Spinning up a local Drupal environment on Mac OS
Tags
Oftentimes I discover that all the steps I need to do something on my local machine are split across various how-to guides or documentation pages. So I thought I'd collect them all in one place.
The basics
Whether I get a new machine or re-install system software from scratch for whatever reason, I start off with installing Xcode and its Command Line Tools:
xcode-select --install
and Homebrew.