Skip to content

Instantly share code, notes, and snippets.

@hkdobrev
Created December 7, 2015 14:26
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 hkdobrev/1fb4db24dd2dbcc5ba05 to your computer and use it in GitHub Desktop.
Save hkdobrev/1fb4db24dd2dbcc5ba05 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
echo "Installing Brew..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing Brew Cask"
brew install caskroom/cask/brew-cask
echo "Installing VirtualBox"
brew cask install virtualbox
echo "Installing Vagrant"
brew cask install vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment