From dada2f255daaa2fb493ec8c7d47e2a8123aea494 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 17:36:38 -0600 Subject: refactor(dotfiles): rename system/ to common/ and remove unused configs Rename dotfiles/system to dotfiles/common for clarity - indicates shared dotfiles used across all desktop environments (DWM, Hyprland). Removed config directories for uninstalled applications: - ghostty (using different terminal) - lf (using ranger instead) - mopidy (using mpd instead) - nitrogen (X11-only, obsolete for Wayland) - pychess (not installed) - JetBrains (not installed via archsetup) - youtube-dl (using yt-dlp with different config location) Kept audacious config for potential future use. Updated all references in archsetup, CLAUDE.md, todo.org, and validation.sh. Co-Authored-By: Claude Opus 4.5 --- .../PyCharmCE2024.1/app-internal-state.db | Bin 24576 -> 0 bytes .../PyCharmCE2024.1/early-access-registry.txt | 2 - .../PyCharmCE2024.1/options/colors.scheme.xml | 5 -- .../PyCharmCE2024.1/options/console-font.xml | 5 -- .../PyCharmCE2024.1/options/editor-font.xml | 8 -- .../JetBrains/PyCharmCE2024.1/options/editor.xml | 6 -- .../options/features.usage.statistics.xml | 97 --------------------- .../PyCharmCE2024.1/options/filetypes.xml | 5 -- .../options/ide-features-trainer.xml | 9 -- .../PyCharmCE2024.1/options/ide.general.xml | 5 -- .../PyCharmCE2024.1/options/log-categories.xml | 3 - .../JetBrains/PyCharmCE2024.1/options/other.xml | 36 -------- .../PyCharmCE2024.1/options/settingsSync.xml | 5 -- .../JetBrains/PyCharmCE2024.1/options/updates.xml | 6 -- .../PyCharmCE2024.1/options/window.state.xml | 8 -- .../PyCharmCE2024.1/updatedBrokenPlugins.db | Bin 214268 -> 0 bytes 16 files changed, 200 deletions(-) delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/app-internal-state.db delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/early-access-registry.txt delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/colors.scheme.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/console-font.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor-font.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/features.usage.statistics.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/filetypes.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide-features-trainer.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide.general.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/log-categories.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/other.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/settingsSync.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/updates.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/window.state.xml delete mode 100644 dotfiles/system/.config/JetBrains/PyCharmCE2024.1/updatedBrokenPlugins.db (limited to 'dotfiles/system/.config/JetBrains') diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/app-internal-state.db b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/app-internal-state.db deleted file mode 100644 index 656dfd5..0000000 Binary files a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/app-internal-state.db and /dev/null differ diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/early-access-registry.txt b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/early-access-registry.txt deleted file mode 100644 index 644afaf..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/early-access-registry.txt +++ /dev/null @@ -1,2 +0,0 @@ -ide.experimental.ui -true diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/colors.scheme.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/colors.scheme.xml deleted file mode 100644 index 19c4baa..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/colors.scheme.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/console-font.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/console-font.xml deleted file mode 100644 index 2c67ad2..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/console-font.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor-font.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor-font.xml deleted file mode 100644 index f03edf7..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor-font.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor.xml deleted file mode 100644 index b43f2d4..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/editor.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/features.usage.statistics.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/features.usage.statistics.xml deleted file mode 100644 index ac11abf..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/features.usage.statistics.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/filetypes.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/filetypes.xml deleted file mode 100644 index 099baf9..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/filetypes.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide-features-trainer.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide-features-trainer.xml deleted file mode 100644 index 54b8902..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide-features-trainer.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide.general.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide.general.xml deleted file mode 100644 index 1df1fe5..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/ide.general.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/log-categories.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/log-categories.xml deleted file mode 100644 index 3ff0f01..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/log-categories.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/other.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/other.xml deleted file mode 100644 index 76bc172..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/other.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/settingsSync.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/settingsSync.xml deleted file mode 100644 index 6c9eb82..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/settingsSync.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/updates.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/updates.xml deleted file mode 100644 index 089dbf6..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/updates.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/window.state.xml b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/window.state.xml deleted file mode 100644 index 078d8f1..0000000 --- a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/options/window.state.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/updatedBrokenPlugins.db b/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/updatedBrokenPlugins.db deleted file mode 100644 index 63a47f8..0000000 Binary files a/dotfiles/system/.config/JetBrains/PyCharmCE2024.1/updatedBrokenPlugins.db and /dev/null differ -- cgit v1.2.3