Skip to content

Instantly share code, notes, and snippets.

@susimsek
Last active December 3, 2020 18:48
Show Gist options
  • Save susimsek/19f6e1b4e86d2f4bc3ccce61ec96ca39 to your computer and use it in GitHub Desktop.
Save susimsek/19f6e1b4e86d2f4bc3ccce61ec96ca39 to your computer and use it in GitHub Desktop.

Install Virtualbox && Vagrant for MacOSX

Vagrant uses Virtualbox to manage the virtual dependencies. You can directly download virtualbox and install or use homebrew for it.

$ brew cask install virtualbox

Now install Vagrant either from the website or use homebrew for installing it.

$ brew cask install vagrant

Vagrant-Manager helps you manage all your virtual machines in one place directly from the menubar.

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