diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-02 12:16:38 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-02 12:16:38 -0500 |
| commit | 8c32bbbf9fab115dc51afa17c081e0763cbee717 (patch) | |
| tree | 246b46b53c956cfea07bc9d1c2b81f9f8de53d65 /dotfiles/common/.zsh/modules/.gitignore | |
| parent | 3f370d6c19c83430547d1771b0e6fa669dc7d5c5 (diff) | |
| download | archsetup-8c32bbbf9fab115dc51afa17c081e0763cbee717.tar.gz archsetup-8c32bbbf9fab115dc51afa17c081e0763cbee717.zip | |
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.
Diffstat (limited to 'dotfiles/common/.zsh/modules/.gitignore')
| -rw-r--r-- | dotfiles/common/.zsh/modules/.gitignore | 155 |
1 files changed, 0 insertions, 155 deletions
diff --git a/dotfiles/common/.zsh/modules/.gitignore b/dotfiles/common/.zsh/modules/.gitignore deleted file mode 100644 index f420136..0000000 --- a/dotfiles/common/.zsh/modules/.gitignore +++ /dev/null @@ -1,155 +0,0 @@ -Makefile -tags -TAGS -*.o -*.o.c -*.orig -*.a -*.so -*.dll -*~ -.*.sw? -\#* - -/META-FAQ -/config.cache -/config.h -/config.log -/config.modules -/config.modules.sh -/config.status -/config.status.lineno -/cscope.out -/stamp-h -/autom4te.cache - -Config/defs.mk - -CVS -.#* - -Doc/help -Doc/help.txt -Doc/help/[_a-zA-Z0-9]* - -Doc/intro.pdf -Doc/intro.ps -Doc/intro.a4.pdf -Doc/intro.a4.ps -Doc/intro.us.pdf -Doc/intro.us.ps -Doc/version.yo -Doc/texi2html.conf -Doc/zsh*.1 -Doc/zsh.texi -Doc/zsh.info* -Doc/*.html -Doc/zsh.aux -Doc/zsh.toc -Doc/zsh.cp -Doc/zsh.cps -Doc/zsh.fn -Doc/zsh.fns -Doc/zsh.ky -Doc/zsh.kys -Doc/zsh.pg -Doc/zsh.pgs -Doc/zsh.vr -Doc/zsh.vrs -Doc/zsh.log -Doc/zsh.dvi -Doc/zsh_a4.dvi -Doc/zsh_us.dvi -Doc/zsh.tp -Doc/zsh.tps -Doc/zsh.idx -Doc/zsh_*.ps -Doc/infodir -Doc/zsh.pdf -Doc/zsh_a4.pdf -Doc/zsh_us.pdf - -Doc/Zsh/modlist.yo -Doc/Zsh/modmenu.yo -Doc/Zsh/manmodmenu.yo - -Etc/FAQ -Etc/FAQ.html - -Src/*.epro -Src/*.export -Src/*.mdh -Src/*.mdh.tmp -Src/*.mdhi -Src/*.mdhs -Src/*.syms -Src/Makemod.in -Src/Makemod -Src/[_a-zA-Z0-9]*.pro -Src/ansi2knr -Src/bltinmods.list -Src/cscope.out -Src/libzsh.so* -Src/modules-bltin -Src/modules.index -Src/modules.index.tmp -Src/modules.stamp -Src/patchlevel.h -Src/sigcount.h -Src/signames.c -Src/signames2.c -Src/stamp-modobjs -Src/stamp-modobjs.tmp -Src/tags -Src/TAGS -Src/version.h -Src/zsh -Src/zsh.exe -Src/zshcurses.h -Src/zshpaths.h -Src/zshterm.h -Src/zshxmods.h - -Src/Builtins/Makefile.in -Src/Builtins/*.export -Src/Builtins/so_locations -Src/Builtins/*.pro -Src/Builtins/*.epro -Src/Builtins/*.syms -Src/Builtins/*.mdh -Src/Builtins/*.mdhi -Src/Builtins/*.mdhs -Src/Builtins/*.mdh.tmp -Src/Builtins/rlimits.h - -Src/Modules/Makefile.in -Src/Modules/*.export -Src/Modules/so_locations -Src/Modules/*.pro -Src/Modules/*.epro -Src/Modules/*.syms -Src/Modules/*.mdh -Src/Modules/*.mdhi -Src/Modules/*.mdhs -Src/Modules/*.mdh.tmp -Src/Modules/errnames.c -Src/Modules/errcount.h -Src/Modules/curses_keys.h - -Src/Zle/Makefile.in -Src/Zle/*.export -Src/Zle/so_locations -Src/Zle/*.pro -Src/Zle/*.epro -Src/Zle/*.syms -Src/Zle/*.mdh -Src/Zle/*.mdhi -Src/Zle/*.mdhs -Src/Zle/*.mdh.tmp -Src/Zle/thingies.list -Src/Zle/widgets.list -Src/Zle/zle_things.h -Src/Zle/zle_widget.h - -Test/*.tmp -/.project |
