Skip to content

Instantly share code, notes, and snippets.

@sebglazebrook
Last active November 14, 2016 05:30
Show Gist options
  • Save sebglazebrook/72b8b064b1788351ad66969ad114b644 to your computer and use it in GitHub Desktop.
Save sebglazebrook/72b8b064b1788351ad66969ad114b644 to your computer and use it in GitHub Desktop.
#!/bin/bash
# install homebrew
echo "installing homebrew"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "install homebrew bundle"
brew tap Homebrew/bundle
# pull down a brewfile
echo "pulling down brewfile"
# install the brew file
echo "installing brewfile"
# git pull vagrant vm repo
echo "pull vagrant vm repo"
# vagrant up
echo "vagrant up baby!!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment