This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inspired by https://gist.github.com/kevinelliott/7a152c556a83b322e0a8cd2df128235c | |
############################################################################## | |
# Install brew and base set of packages | |
############################################################################## | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" | |
# might need to run `sudo chown -R $USER:admin /usr/local` if install fails because of permissions issue. | |
brew update && brew upgrade |