This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git archive --format zip --output /full/path/to/zipfile.zip master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#homebrew > cask > Virtualbox > Vagrant > CentOS > Docker > Ubuntu | |
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
$ brew tap caskroom/homebrew-cask | |
$ brew install brew-cask | |
$ brew cask install virtualbox | |
$ brew cask install vagrant | |
$ brew tap homebrew/completions | |
$ brew install vagrant-completion |