Zsh Prompt

This commit is contained in:
MangoPig
2026-06-01 12:12:41 +01:00
parent b41dcbac2a
commit 84100a85d1
5 changed files with 253 additions and 25 deletions

View File

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