13 · Environments & Packaging

Homebrew

The package manager for a Mac

The popular way to install developer tools and apps on a Mac from the terminal (the “brew” command), instead of hunting down installers.

Concrete example

“brew install git” puts git on your machine in a single line.

Why it matters

Usually the very first thing set up on a Mac before any coding begins.