Install Homebrew

Homebrew is a tool that helps you install other tools on your Mac, using simple commands in Terminal. It is the “missing package manager” for macOS, and it makes developer setup much less painful - brew.sh

# Before you start You need an internet connection. You may be asked for your Mac login password during install (when you type it, nothing shows on screen, which is normal). If macOS asks to install “Command Line Tools”, click Install and let it finish, because Homebrew needs them.

# Step 1: Open Terminal Open the [ - support.apple.com Terminal app by going to:

Applications → Utilities → Terminal

# Step 2: Paste the install command Copy this line, paste it into Terminal, and press Return.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# See