Mac OS - Brewfile#
Daily Sync Shortcuts (Keep Computers Mirrored):
- Run
pushbrewon the machine where you just installed/removed software to scan your system, update theBrewfile, and push it to GitHub.- Run
pullbrewon your other workstations to pull the update and automatically install/clean up your packages to match.
Quick Restore & Sync (Workstation Rebuild):
- To Restore (New Computer):
- Install Homebrew (if missing):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- Clone scripts:
git clone git@github.com:marcoue/Scripts.git ~/Scripts- Reinstall all software:
brew bundle --file=~/Scripts/MacOS/Brew/Brewfile- To Sync Updates (Ongoing):
- Pull latest and clean up local packages:
pullbrewRelated Recovery Guides: Master Checklist: Mac OS - Recovery | Shortcut Configuration: Mac OS - Aliases Management | Repository Standard: Scripts Mangement.