Skip to content

Instantly share code, notes, and snippets.

@oehrlis
Last active November 29, 2018 10:35
Show Gist options
  • Save oehrlis/0155d15cca744d47edb6381c6932fe33 to your computer and use it in GitHub Desktop.
Save oehrlis/0155d15cca744d47edb6381c6932fe33 to your computer and use it in GitHub Desktop.
VirtualBox and vagrant installation using brew

Simple method to install Virtualbox and Vagrant on macOS.

brew update

brew cask upgrade

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