Skip to content

Instantly share code, notes, and snippets.

@rrgrs
Last active April 22, 2021 12:02
Show Gist options
  • Save rrgrs/9258511 to your computer and use it in GitHub Desktop.
Save rrgrs/9258511 to your computer and use it in GitHub Desktop.
installs brew, virtualbox, and vagrant in osx
if ! type "brew" > /dev/null; then
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)";
fi
brew cask install vagrant;
brew cask install virtualbox;
@sandyGanoti
Copy link

Thanks a lot! It worked for me too (after upgrading macOs.. disaster)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment