Snippets
Install Brew on an Intel Mac
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc
source ~/.zshrc
Usage
- Run the command above in your terminal application of choice
- If you have not installed the Xcode Command Line Tools, brew will automatically install them for you
- After the installation completes, run
brew doctor - If the output of
brew doctorisYour system is ready to brew., you are done - If
brew doctorreturns issues, resolve them according to the provided instructions - You may want to set up Homebrew’s shell-completion at this time
Resources
Andrew Mason
Senior Product Engineer at Podia
Details
- Published:
- Feb 26, 2022
- Updated:
- Apr 02, 2022
- Reading Time:
- 1 min