Skip to content

Instantly share code, notes, and snippets.

@kurotaky
Last active August 29, 2015 13:57
Show Gist options
  • Save kurotaky/9804597 to your computer and use it in GitHub Desktop.
Save kurotaky/9804597 to your computer and use it in GitHub Desktop.
開発環境勉強会(LT)

Homebrew

みんなつかってるやつ 🍺

インストールは以下のコマンドを実行するだけ!

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

Homebrew Cask

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

参考サイト

最近つくったコマンドの話

時間があったら

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment