Added brew files

This commit is contained in:
2021-12-11 21:30:56 -05:00
parent df63b48e80
commit 0ce781d4cf
4 changed files with 288 additions and 11 deletions

View File

@@ -1,16 +1,8 @@
install-brew:
install-brews:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
install-brew-recipes:
@brew install stow \
httpie \
zsh
install-brew-casks:
@brew install --cask docker \
google-chrome
@brew bundle --file "$(PWD)/macOS/Brewfile"
stow:
@stow --stow --verbose --target ~ */
fresh-install: install-brew install-brew-recipes install-brew-casks stow
fresh-install: install-brews stow