From b0db2dfaf6c415cecc665137d41ae2d51d355451 Mon Sep 17 00:00:00 2001 From: MangoPig Date: Sat, 6 Dec 2025 10:01:13 +0000 Subject: [PATCH] Adding a base setup --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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"