Skip to content

Instantly share code, notes, and snippets.

@sakuemon
Created December 30, 2013 05:26
Show Gist options
  • Save sakuemon/8178137 to your computer and use it in GitHub Desktop.
Save sakuemon/8178137 to your computer and use it in GitHub Desktop.
brewdlerの初期設定をちょっとだけ簡単にする。 ref: http://qiita.com/TsuyoshiMIYAMOTO/items/08b5f4e713f5207da400
brew tap | awk '{print "tap " $0}' >> Brewfile
brew list | awk '{print "install " $0}' >> Brewfile
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