Created
December 30, 2013 05:26
-
-
Save sakuemon/8178137 to your computer and use it in GitHub Desktop.
brewdlerの初期設定をちょっとだけ簡単にする。 ref: http://qiita.com/TsuyoshiMIYAMOTO/items/08b5f4e713f5207da400
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 | awk '{print "tap " $0}' >> Brewfile | |
brew list | awk '{print "install " $0}' >> Brewfile |
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/homebrew-cask | |
install brew-cask |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment