Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 728 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 728 Bytes

Brew

Install everything via Brew.

Installation

Quick version

This will check for, and install, Xcode CLI tools and Homebrew before executing the Brewfile.

./install.sh

Manual version

Ensure xcode is installed.

xcode-select --install

Ensure Homebrew is installed.

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

Finally, use Brew Bundle to install all formulas, casks, VScode extensions, and App Store purchases.

brew bundle --file ./Brewfile

More information