-
-
Save sugarpop/e3de9ad0a59c01e9065bc631266e20c2 to your computer and use it in GitHub Desktop.
Revisions
-
rrgrs revised this gist
Apr 8, 2014 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ if ! type "brew" > /dev/null; then ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"; fi brew tap phinze/homebrew-cask && brew install brew-cask; brew cask install vagrant; brew cask install virtualbox; -
rrgrs created this gist
Feb 27, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ command -v brew > /dev/null || { ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" }; brew tap phinze/homebrew-cask && brew install brew-cask; brew cask install vagrant; brew cask install virtualbox;