From a816122f49d2c7e43e41308e251e133197a486bc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 2 Jun 2026 12:16:38 -0500 Subject: refactor: drop in-repo dotfiles/, move stow tooling to the dotfiles repo Since the installer clones DOTFILES_REPO into ~/.dotfiles and stows from there, the in-repo dotfiles/ tree was dead weight. Nothing reads it at install time. I removed it (831 files) now that both machines are migrated. The Makefile's stow / restow / reset / unstow / import targets and the dotfile-script unit suites moved to the dotfiles repo. They sit alongside the scripts they manage and run standalone (cd ~/.dotfiles && make ...). This Makefile keeps the VM-integration targets and the installer-helper suite (safe-rm-rf). I updated CLAUDE.md and README.md so stow operations run from ~/.dotfiles, and the dotfile-management, theme, and unit-test sections point at the standalone repo. The README was already describing the old in-repo model from before the installer switched to cloning. This brings it in line. --- dotfiles/common/.local/share/icons/notify/alarm.png | Bin 55664 -> 0 bytes dotfiles/common/.local/share/icons/notify/alert.png | Bin 66016 -> 0 bytes dotfiles/common/.local/share/icons/notify/bug.png | Bin 60772 -> 0 bytes dotfiles/common/.local/share/icons/notify/fail.png | Bin 77513 -> 0 bytes dotfiles/common/.local/share/icons/notify/info.png | Bin 66060 -> 0 bytes dotfiles/common/.local/share/icons/notify/question.png | Bin 75683 -> 0 bytes dotfiles/common/.local/share/icons/notify/security.png | Bin 64253 -> 0 bytes dotfiles/common/.local/share/icons/notify/success.png | Bin 75824 -> 0 bytes 8 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 dotfiles/common/.local/share/icons/notify/alarm.png delete mode 100644 dotfiles/common/.local/share/icons/notify/alert.png delete mode 100644 dotfiles/common/.local/share/icons/notify/bug.png delete mode 100644 dotfiles/common/.local/share/icons/notify/fail.png delete mode 100644 dotfiles/common/.local/share/icons/notify/info.png delete mode 100644 dotfiles/common/.local/share/icons/notify/question.png delete mode 100644 dotfiles/common/.local/share/icons/notify/security.png delete mode 100644 dotfiles/common/.local/share/icons/notify/success.png (limited to 'dotfiles/common/.local/share/icons') diff --git a/dotfiles/common/.local/share/icons/notify/alarm.png b/dotfiles/common/.local/share/icons/notify/alarm.png deleted file mode 100644 index 23e1374..0000000 Binary files a/dotfiles/common/.local/share/icons/notify/alarm.png and /dev/null differ diff --git a/dotfiles/common/.local/share/icons/notify/alert.png b/dotfiles/common/.local/share/icons/notify/alert.png deleted file mode 100644 index 7c9fda9..0000000 Binary files a/dotfiles/common/.local/share/icons/notify/alert.png and /dev/null differ diff --git a/dotfiles/common/.local/share/icons/notify/bug.png b/dotfiles/common/.local/share/icons/notify/bug.png deleted file mode 100644 index 9ea84cf..0000000 Binary files a/dotfiles/common/.local/share/icons/notify/bug.png and /dev/null differ diff --git a/dotfiles/common/.local/share/icons/notify/fail.png b/dotfiles/common/.local/share/icons/notify/fail.png deleted file mode 100644 index ea0fbbe..0000000 Binary files a/dotfiles/common/.local/share/icons/notify/fail.png and /dev/null differ diff --git a/dotfiles/common/.local/share/icons/notify/info.png b/dotfiles/common/.local/share/icons/notify/info.png deleted file mode 100644 index e2acdb4..0000000 Binary files a/dotfiles/common/.local/share/icons/notify/info.png and /dev/null differ diff --git a/dotfiles/common/.local/share/icons/notify/question.png b/dotfiles/common/.local/share/icons/notify/question.png deleted file mode 100644 index fd1a4ad..0000000 Binary files a/dotfiles/common/.local/share/icons/notify/question.png and /dev/null differ diff --git a/dotfiles/common/.local/share/icons/notify/security.png b/dotfiles/common/.local/share/icons/notify/security.png deleted file mode 100644 index a48799c..0000000 Binary files a/dotfiles/common/.local/share/icons/notify/security.png and /dev/null differ diff --git a/dotfiles/common/.local/share/icons/notify/success.png b/dotfiles/common/.local/share/icons/notify/success.png deleted file mode 100644 index 892ef3c..0000000 Binary files a/dotfiles/common/.local/share/icons/notify/success.png and /dev/null differ -- cgit v1.2.3