[Mac] Essential Homebrew Packages to Install

Tadashi Shigeoka ·  Sun, July 7, 2013

I’ve listed the essential packages to install on Mac using Homebrew.

ag beats grep and ack!

brew install the_silver_searcher

tmux for terminal screen splitting!!

brew install tmux

colordiff for colored diff display

brew install colordiff

Creating an alias for diff to colordiff in .zshrc makes it even more convenient

alias diff='colordiff'

cmake

brew install cmake
brew install hub
brew install pstree
brew install tree
brew install wget

Reference Information

にひりずむ::しんぷる - homebrew で最低限これだけはいれておけってやつ

That’s all from the Gemba.