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