LoginSignup
12
10

More than 5 years have passed since last update.

brew tap は不要な場合が多い

Last updated at Posted at 2014-06-28

よくある

$ brew tap foo/bar
$ brew install baz

は、以下で実行できることが多い

$ brew install foo/bar/baz

効能
Brewfileにまとめた場合、明示的で分かりやすい(かもしれない)

brewfile
install boot2docker
install homebrew/binary/jsl
install homebrew/binary/packer
install oppara/homebrew/wcwidth
install peco/peco/peco
12
10
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
10