Files
cheatsheets/brew/CHEATSHEET.md

367 B

brew

Meta

name: brew
aliases: homebrew
repo: https://github.com/Homebrew/brew
description: 🍺 The missing package manager for macOS (or Linux)

Install

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

Usage

Dir: /opt/homebrew

Install wget:

brew install wget