Refactor to work with GNU stow.

This commit is contained in:
2025-06-16 17:18:27 +02:00
parent 70eb8c8308
commit aaad05e9a5
19 changed files with 1181 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Comments and blank lines are allowed.
RCS
.+,v
CVS
\.\#.+ # CVS conflict files / emacs lock files
\.cvsignore
\.svn
_darcs
\.hg
\.git
\.gitignore
\.gitmodules
.+~ # emacs backup files
\#.*\# # emacs autosave files
^/README.*
^/LICENSE.*
^/COPYING

4
stow/dot-stowrc Normal file
View File

@@ -0,0 +1,4 @@
--dotfiles
--dir=${HOME}/dotfiles
--target=${HOME}
--no-folding