Moved cask installation to it's own command.

This commit is contained in:
2021-12-13 09:37:41 -05:00
parent 9c48322f85
commit 0e6155386b
8 changed files with 2827 additions and 15 deletions

View File

@@ -1,15 +1,22 @@
bootstrap-homebrew:
xcode-select --install | true
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
chmod -R go-w $(brew --prefix)/share
chmod -R go-w $(brew --prefix)
bootsrap-brews:
bootstrap-brews:
@brew bundle \
--no-lock \
--cleanup \
--debug \
--file "$(PWD)/macOS/.config/macOS/Brewfile"
bootstrap-casks:
@brew bundle \
--no-lock \
--cleanup \
--debug \
--file "$(PWD)/macOS/.config/macOS/Casks.Brewfile"
bootstrap-logitech:
@curl \
--output ~/Downloads/logi-options.zip \