Skip to content
On this page

Homebrew

Homebrew

Homebrew is the missing package manager for macOS (or Linux).

Installation

Before installing Homebrew, make sure you already have installed the Command Line Tools.

bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Analytics

Alternatively, we can disable the analytics, we have two options:

bash
# Environment variable
export HOMEBREW_NO_ANALYTICS=1

# brew settings
brew analytics off

Formulae

Formulae is a listing of all packages available via the Homebrew package manager for macOS.

bash
brew install <formulae>

Configuration

Degete's Brewfiles