This commit is contained in:
2023-03-04 15:02:51 -05:00
parent 44f59251a6
commit 47e239d7b2

View File

@@ -51,8 +51,10 @@ stow:
bootstrap: bootstrap-homebrew bootstrap-brews bootstrap-casks stow bootstrap-non-brews bootstrap-app-store bootstrap: bootstrap-homebrew bootstrap-brews bootstrap-casks stow bootstrap-non-brews bootstrap-app-store
open ~/Downloads 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") $(shell "$(PWD)/install")
$(MAKE) bootstrap-brews
"$(BREW)" install --cask iterm2 "$(BREW)" install --cask iterm2
# make a local zsh configuration file, to extend # make a local zsh configuration file, to extend