Skip to content

Instantly share code, notes, and snippets.

@ngearing
Forked from rrgrs/installvagrant
Last active June 8, 2017 00:43
Show Gist options
  • Save ngearing/036075ca490972d2f2912b2e004b9102 to your computer and use it in GitHub Desktop.
Save ngearing/036075ca490972d2f2912b2e004b9102 to your computer and use it in GitHub Desktop.
installs brew, virtualbox, and vagrant in osx
if ! type "brew" > /dev/null; then
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
brew install git cask brew-cask-completion &&
brew cask install vagrant virtualbox &&
vagrant plugin install vagrant-berkshelf vagrant-hostmanager vagrant-hostsupdater vagrant-omnibus vagrant-share vagrant-vbguest;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment