Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 268 Bytes

File metadata and controls

12 lines (7 loc) · 268 Bytes

Brew

Homebrew is The Missing Package Manager for macOS.

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

Auto remove dependencies when uninstalling

export HOMEBREW_AUTOREMOVE=1