Fix setup stow flow
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,6 +8,4 @@ all: setup
|
||||
# Bootstrap entrypoint for first-run setup.
|
||||
# This intentionally keeps Make lightweight: base packages, then restow dotfiles.
|
||||
setup:
|
||||
bash $(SCRIPTS_DIR)/base.sh
|
||||
stow --dir=. -D Zsh --target="$$HOME" 2>/dev/null || true
|
||||
stow --dir=. Zsh --target="$$HOME"
|
||||
bash $(SCRIPTS_DIR)/setup.sh --bootstrap-only
|
||||
|
||||
Reference in New Issue
Block a user