This repository stores a Homebrew Brewfile so you can recreate this machine setup quickly.
Run this single command in Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile && \
eval "$(/opt/homebrew/bin/brew shellenv)" && \
curl -fsSL https://raw.githubusercontent.com/BashamL/brewfile/main/Brewfile -o ~/Brewfile && \
brew bundle --file=~/BrewfileNote: This assumes Apple Silicon (M1/M2/M3). For Intel Macs, replace
/opt/homebrewwith/usr/local.
- Install Homebrew first: https://brew.sh
From this repository directory, run:
brew bundle --file=BrewfileThis installs all formulas and casks listed in Brewfile.
Run:
brew bundle check --file=BrewfileIf everything is installed, Homebrew reports success without making changes.
After installing/removing apps or formulas, regenerate the file:
brew bundle dump --forceThen review and commit the updated Brewfile.