Miscellaneous Utilities
brew install bash # Mac OS X 10.9 comes with Bash 3.2. This will upgrade that to Bash 4.2.
if ! grep /usr/local/bin/bash /etc/shells >/dev/null; then
sudo sh -c "echo '/usr/local/bin/bash' >> /etc/shells"
fi
brew install wget # Suggested by http://afreshcup.com/2009/09/02/migrating-to-snow-leopard-for-rails-development-a-definitive-guide/
brew install readline # Suggested by http://afreshcup.com/2009/09/02/migrating-to-snow-leopard-for-rails-development-a-definitive-guide/
brew install ack
brew install the_silver_searcher
brew install tree
brew install lesspipe # TODO: Make sure it's used by less automatically
brew install htop
sudo chown root /usr/local/Cellar/htop-osx/*/bin/htop
sudo chmod 6555 /usr/local/Cellar/htop-osx/*/bin/htop
brew install pidof
brew install pstree
brew install pv
brew install midnight-commander
brew install bash-completion
brew install ncftp
brew install lftp
brew install nmap
brew install iftop
brew install rsnapshot
#brew install tcpflow # Like tcpdump, but shows TCP-layer streams instead of packets
brew install ngrep # Like a combination of tcpdump and grep
brew install flac
brew install unrar
brew install fortune
brew install patchutils
brew install proctools
brew install siege # HTTP benchmarking tool