Skip to content

Instantly share code, notes, and snippets.

@lhotari
Created December 9, 2014 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhotari/8d615fc20aa852247f35 to your computer and use it in GitHub Desktop.
Save lhotari/8d615fc20aa852247f35 to your computer and use it in GitHub Desktop.
install_vagrant_on_macosx.sh
brew install caskroom/cask/brew-cask
brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-cachier
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-omnibus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment