This repository contains a Brewfile which lists all the Homebrew packages and applications that I frequently use.
To use this Brewfile, you must have Homebrew installed on your machine. To install Homebrew, run the following command in your terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Once Homebrew is installed, clone this repository to your machine and execute the brew bundle command. This will install all the required packages and applications listed in the Brewfile.
git clone https://github.com/philippwaller/brewfile.git
cd brewfile
brew bundle
This repository is licensed under the MIT License. See the LICENSE file for more information.