Brew

Command line package manager for MacOS and Linux

Links

https://formulae.brew.sh/cask/ - Cask packages for #macos

Brew Services

brew services list
brew services start/stop/restart [name]

Install

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

Verify that you've successfully installed Xcode Command Line Tools:

$ xcode-select -p

You should see the following:

/Library/Developer/CommandLineTools

Last updated