Skip to content

Instantly share code, notes, and snippets.

@ruanbekker
Created July 2, 2019 15:03
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 ruanbekker/0021e6fa4e101bd24e33bd21f3c9bd6a to your computer and use it in GitHub Desktop.
Save ruanbekker/0021e6fa4e101bd24e33bd21f3c9bd6a to your computer and use it in GitHub Desktop.
Setup Vagrant and Virtualbox on Mac
brew update
brew tap caskroom/cask 
brew search virtualbox
brew cask info virtualbox
brew cask install virtualbox
brew cask install vagrant
brew cleanup 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment