みんなつかってるやつ 🍺
インストールは以下のコマンドを実行するだけ!
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
homebrewの拡張、dmgとかpkgのGUIアプリをインストールできる
https://github.com/phinze/homebrew-cask http://caskroom.io/
インストール方法
brew tap phinze/cask
brew install brew-cask
アプリの検索
brew cask search
アプリのインストール
brew cask install google-chrome
Brwefile でまとめてインストール Brewfile はこんな感じ https://github.com/kurotaky/dotfiles/blob/master/Brewfile
brew bundle
でアプリとかインストールできる、便利!
インストールできるアプリの一覧がここに一覧がある https://github.com/phinze/homebrew-cask/tree/master/Casks
最近のバージョンだと || true
無くても Warning しかでなくなった。
Warning: the_silver_searcher-0.21.0 already installed
← みたいのがでる。
cask install google-chrome || true
参考サイト
- http://blog.livedoor.jp/sonots/archives/2013-12.html
- http://nanapi.co.jp/blog/author/vexus2/
- http://masutaka.net/chalow/2014-01-25-1.html
時間があったら