A useful Brewfile for installing all my macOS applications at once using Homebrew and mas
- Ensure Xcode Command Line Tools are installed. If not, run
xcode-select --install - If using x86 apps on ARM Macs, ensure Rosetta is installed. If not, run
softwareupdate --install-rosetta - Install Homebrew
- Ensure you're logged in on the Mac App Store App
cdinto the directory with this Brewfile- Run
brew bundle