From a8af5ad3f3c1650778e41ef96ea6822d2c158f09 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Mon, 13 Jul 2026 19:17:15 -0700 Subject: [PATCH 1/2] Adding in more files --- .gitignore | 10 ++++++++++ flameshot/flameshot.ini | 2 ++ git/ignore | 1 + 3 files changed, 13 insertions(+) create mode 100644 flameshot/flameshot.ini create mode 100644 git/ignore diff --git a/.gitignore b/.gitignore index bc6cbac..91acdd9 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/flameshot/flameshot.ini b/flameshot/flameshot.ini new file mode 100644 index 0000000..216d254 --- /dev/null +++ b/flameshot/flameshot.ini @@ -0,0 +1,2 @@ +[General] +savePath=/home/caleb/downloads diff --git a/git/ignore b/git/ignore new file mode 100644 index 0000000..7a6353d --- /dev/null +++ b/git/ignore @@ -0,0 +1 @@ +.envrc From c06085e665274c806dfed6109ec3aefca2424fb7 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Mon, 13 Jul 2026 19:49:29 -0700 Subject: [PATCH 2/2] random changes --- Code/User/settings.json | 11 ++++++----- README.md | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Code/User/settings.json b/Code/User/settings.json index 5bdc333..be6d3e4 100644 --- a/Code/User/settings.json +++ b/Code/User/settings.json @@ -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, } diff --git a/README.md b/README.md index e69de29..b988904 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +# `~/.config`