Adding a base setup
This commit is contained in:
parent
7743665917
commit
b0db2dfaf6
4
Makefile
4
Makefile
@ -15,6 +15,10 @@ setup:
|
||||
make stow
|
||||
@echo "Full setup completed."
|
||||
|
||||
base:
|
||||
bash ./scripts/base.sh
|
||||
@echo "Base setup completed."
|
||||
|
||||
# Just stow the dotfiles
|
||||
stow:
|
||||
stow . --target=$$HOME --ignore=".git" --ignore=".gitignore" --ignore="README.md" --ignore=".zsh_secrets" --ignore=".zsh_secrets.example" --ignore="LICENSE" --ignore="Makefile" --ignore="bin" --ignore="scripts"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user