diff --git a/Makefile b/Makefile index 692bb42..9cbc2d5 100644 --- a/Makefile +++ b/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"