From 47e239d7b2943829e97b47d7154da71480d8b6f0 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 4 Mar 2023 15:02:51 -0500 Subject: [PATCH] wip --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea8a765..d75d4e3 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,10 @@ stow: bootstrap: bootstrap-homebrew bootstrap-brews bootstrap-casks stow bootstrap-non-brews bootstrap-app-store open ~/Downloads -bootstrap-minimal: bootstrap-homebrew bootstrap-brews +bootstrap-minimal: + test -f "$(BREW)" || echo "You should first run `source scripts/install-brew.sh`" && exit 1 $(shell "$(PWD)/install") + $(MAKE) bootstrap-brews "$(BREW)" install --cask iterm2 # make a local zsh configuration file, to extend