An absolute must. If you have ever worked with apt-get
on Ubuntu, you know that it's the absolute developer bliss. Homebrew (or brew for short) is the missing package manager for OSX. Not only does it allow you to install/unisnstall/manage software with a few simple commands, the same way that apt-get
does. It allows you to access and install ports of most of the cross-platform utilities that you might be familiar with from Linux, over to OSX.
Simply open a new terminal and execute the following command:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"