Skip to content

Instantly share code, notes, and snippets.

@m-x-k
Created December 25, 2017 13:41
Show Gist options
  • Save m-x-k/77b238f94b158944db4ceb66bec0fc9e to your computer and use it in GitHub Desktop.
Save m-x-k/77b238f94b158944db4ceb66bec0fc9e to your computer and use it in GitHub Desktop.
Install MiniShift on MacOS
#!/bin/bash
echo "Install MiniShift on MacOS: "
echo " Note: assumes machine not pre-setup with prerequisites!!!"
brew update
echo "Install Homebrew Casks:"
brew install caskroom/cask/brew-cask
echo "Install VirtualBox: "
brew cask install virtualbox
echo "Install xhyve hypervisor:"
brew install --HEAD xhyve
echo "Install MiniShift:"
brew cask install minishift
echo "Done."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment