Last active
July 4, 2017 04:33
-
-
Save cfsanderson/00acfdbb9e3a69e79ffeaed503420964 to your computer and use it in GitHub Desktop.
Homebrew and Brewfile install script
This file contains hidden or 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
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
echo "===== Installing all Brewfile dependencies =====" | |
brew bundle | |
echo "===== Next Step: Make ZSH default shell =====" | |
echo "===== curl -Lks https://goo.gl/fnswYk | bash =====" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment