Skip to content

Instantly share code, notes, and snippets.

@cfsanderson
Last active July 4, 2017 04:33
Show Gist options
  • Save cfsanderson/00acfdbb9e3a69e79ffeaed503420964 to your computer and use it in GitHub Desktop.
Save cfsanderson/00acfdbb9e3a69e79ffeaed503420964 to your computer and use it in GitHub Desktop.
Homebrew and Brewfile install script
/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