Skip to content

Instantly share code, notes, and snippets.

@sugarpop
Forked from rrgrs/installvagrant
Created May 17, 2017 20:38
Show Gist options
  • Select an option

  • Save sugarpop/e3de9ad0a59c01e9065bc631266e20c2 to your computer and use it in GitHub Desktop.

Select an option

Save sugarpop/e3de9ad0a59c01e9065bc631266e20c2 to your computer and use it in GitHub Desktop.
installs brew, virtualbox, and vagrant in osx
if ! type "brew" > /dev/null; then
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)";
fi
brew tap phinze/homebrew-cask && brew install brew-cask;
brew cask install vagrant;
brew cask install virtualbox;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment