Fix dotfiles structure

This commit is contained in:
2026-03-15 10:32:59 +05:30
parent ca014e9949
commit a2c3404cb2
2557 changed files with 148415 additions and 0 deletions

30
.stow-local-ignore Normal file
View File

@@ -0,0 +1,30 @@
# ~./dotfiles/.stow.local.ignore: Files to be ignored by gnu 'stow'
#
# Comments and blank lines are allowed.
#
# See 'info stow' section "4 Ignore Lists" for more information
RCS
.+,v
CVS
\.\#.+ # CVS conflict files / emacs lock files
\.cvsignore
\.svn
_darcs
\.hg
\.git
\.gitignore
.+~ # emacs backup files
\#.*\# # emacs autosave files
^/README.*
^/LICENSE.*
^/COPYING
scripts # scripts directory to be ignored
shell # various shell configurations need not be stowed.
.DS_store