Skip to content

Instantly share code, notes, and snippets.

@ryaan-anthony
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save ryaan-anthony/d27ad86f7c5475d9c537 to your computer and use it in GitHub Desktop.

Select an option

Save ryaan-anthony/d27ad86f7c5475d9c537 to your computer and use it in GitHub Desktop.
Installing Vagrant on OSX 10.10

Install Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Cask

brew install caskroom/cask/brew-cask

Install Virtualbox

brew cask install virtualbox

Install Vagrant

brew cask install vagrant
brew cask install vagrant-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment