-
-
Save robophil/76f8dff978f8b6e810d8d659ec6cfda9 to your computer and use it in GitHub Desktop.
installs brew, virtualbox, and vagrant in osx
This file contains hidden or 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
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