LoginSignup
29
31

More than 5 years have passed since last update.

Homebrewでインストールするパッケージ一覧

Last updated at Posted at 2014-05-24

Homebrew のインストールと操作方法

Homebrewのインストールと操作方法はこちらがわかりやすいです!
Homebrew - Qiita

基本コマンド系

問答無用でインストールするコマンド

## 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

Git系

brew install git
brew install tig

Web開発系

## 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
29
31
0

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
29
31