Standardize top-level directory paths
Anything which needs to be (at least partly) touched by stow should stay in the top-level normal directory name that they are. Anything that *only* concerns the repository, not the dotfiles, should be moved into a hidden folder, preceded by a dot. These directories should still contain a `.stow-local-ignore` file patterning everything which should not show up in stow (i.e. `^/.*`, everything) since it is not guaranteed that stow will ignore the .dotfile directories. The installation script does ignore them on its own, for now, but is not guaranteed to in the future either.
This commit is contained in:
parent
c76b0d0223
commit
370c155ca4
5 changed files with 2 additions and 51 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,3 +6,5 @@ colorscheme.vim
|
|||
colorscheme
|
||||
colorscheme.py
|
||||
colorscheme.rasi
|
||||
|
||||
.assets/README.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue