mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
wip
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
Reference in New Issue
Block a user