Skip to content

Instantly share code, notes, and snippets.

@gologo13
Created May 24, 2014 17:00
Show Gist options
  • Save gologo13/97a351ff1a020244c6dd to your computer and use it in GitHub Desktop.
Save gologo13/97a351ff1a020244c6dd to your computer and use it in GitHub Desktop.
Homebrewでインストールするパッケージ一覧 ref: http://qiita.com/gologo13/items/7399012f6d9811a6572b
## vim
brew install vim
## zsh
brew install zsh
brew install zsh-completions
# zsh で dircolor を使っている場合必要
brew install coreutils
## htop:メモリやプロセスの確認
brew install htop-osx
## マルチバイトなビューアー
brew install lv
## 賢いgrep
brew install ack
## ディレクトリ構成をわかり易く表示
brew install tree
## コマンド実行結果の監視
brew install watch
## vim
brew install vim
## zsh
brew install zsh
brew install zsh-completions
# zsh で dircolor を使っている場合必要
brew install coreutils
## htop:メモリやプロセスの確認
brew install htop-osx
## マルチバイトなビューアー
brew install lv
## 賢いgrep
brew install ack
## ディレクトリ構成をわかり易く表示
brew install tree
## コマンド実行結果の監視
brew install watch
brew install git
brew install tig
brew install git
brew install tig
## WebServer
brew install httpd
brew install nginx
## JSON の表示をわかりやすく
brew install jq
## Node.js
brew install node
## MySQL
brew install mysql
## PHP
brew tap josegonzalez/php
brew install php-build
brew install php-version
brew install php54
brew install composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment