Created
December 7, 2015 14:26
-
-
Save hkdobrev/1fb4db24dd2dbcc5ba05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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