added stow ignores and added nix-darwin to base setup

This commit is contained in:
Jeremie Fraeys 2024-12-20 11:13:29 -05:00
parent e6ce4f526b
commit ba122fc747
2 changed files with 11 additions and 0 deletions

10
.stowrc Normal file
View file

@ -0,0 +1,10 @@
--ignore=.stowrc
--ignore=.git
--ignore=.gitignore
--ignore=.gitmodules
--ignore=setup.sh
--ignore=README.md
--ignore=__setup/
--ignore=.luarc.json
--ignore=.DS_Store

View file

@ -17,6 +17,7 @@ base=(
# tmux
git
wezterm
nix-darwin
)
# Folders that should, or only need to be installed for a local user on macOS