Created
January 14, 2014 12:40
-
-
Save takuan-osho/8417694 to your computer and use it in GitHub Desktop.
homebrew-caskとbrewfileを使ってみた ref: http://qiita.com/takuan_osho/items/e40569e464f27d3e326f
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
| $ brew tap phinze/cask | |
| $ brew install brew-cask | |
| $ brew cask install google-chrome |
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
| tap 'phinze/cask' | |
| install brew-cask | |
| cask install vagrant | |
| cask install virtualbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment