Compare commits

...

4 Commits

Author SHA1 Message Date
burkkyy 84d24add37 Merge pull request 'Adding in more files' (#5) from pc into main
Reviewed-on: #5
2026-07-13 19:52:50 -07:00
burkkyy 30e30ea6ce Merge pull request 'random changes' (#4) from active/pc into pc
Reviewed-on: #4
2026-07-13 19:52:09 -07:00
burkkyy c06085e665 random changes 2026-07-13 19:49:29 -07:00
burkkyy a8af5ad3f3 Adding in more files 2026-07-13 19:17:15 -07:00
5 changed files with 20 additions and 5 deletions
+10
View File
@@ -29,6 +29,16 @@ dunst/*
!mimeapps.list
!pavucontrol.ini
# flameshot
!flameshot/
flameshot/*
!flameshot/flameshot.ini
# git (global gitignore, not credentials/config)
!git/
git/*
!git/ignore
# VS Code user settings only (not Cookies/Cache/Local State/etc.)
!Code/
Code/*
+6 -5
View File
@@ -2,19 +2,19 @@
"git.confirmSync": false,
"explorer.confirmDelete": false,
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
"editor.defaultFormatter": "vscode.json-language-features",
},
"explorer.confirmDragAndDrop": false,
"editor.indentSize": "tabSize",
"editor.tabSize": 2,
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
"editor.defaultFormatter": "ms-vscode.cpptools",
},
"claudeCode.preferredLocation": "sidebar",
"git.suggestSmartCommit": false,
@@ -22,6 +22,7 @@
"diffEditor.ignoreTrimWhitespace": false,
"workbench.colorTheme": "Dark Modern",
"[java]": {
"editor.defaultFormatter": "redhat.java"
}
"editor.defaultFormatter": "redhat.java",
},
"window.confirmSaveUntitledWorkspace": false,
}
+1
View File
@@ -0,0 +1 @@
# `~/.config`
+2
View File
@@ -0,0 +1,2 @@
[General]
savePath=/home/caleb/downloads
+1
View File
@@ -0,0 +1 @@
.envrc