added stow ignores and added nix-darwin to base setup
This commit is contained in:
parent
e6ce4f526b
commit
ba122fc747
2 changed files with 11 additions and 0 deletions
10
.stowrc
Normal file
10
.stowrc
Normal 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
|
||||
|
||||
1
setup.sh
1
setup.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue