Adding a base setup

This commit is contained in:
MangoPig 2025-12-06 10:01:13 +00:00
parent 7743665917
commit b0db2dfaf6

View File

@ -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"