aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c924289..6e859c8 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,15 @@ deps: ## Install required tools (claude, node, jq, fzf, ripgrep, emacs, playwrig
fi
@echo "Done."
+##@ Fresh-machine bootstrap
+
+bootstrap: ## First-time machine setup: install + install-hooks + install-mcp
+ @$(MAKE) install
+ @echo ""
+ @$(MAKE) install-hooks
+ @echo ""
+ @$(MAKE) install-mcp
+
##@ Global install (symlinks into ~/.claude/)
install: ## Symlink skills and rules into ~/.claude/