Skip to content

awfulwoman/brew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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