mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Moved cask installation to it's own command.
This commit is contained in:
11
Makefile
11
Makefile
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user