/brewfile

Personal Brewfile with tools and apps for a new Mac

Primary LanguageRuby

Brewfile

Brewfile with an inital foundation of tools and apps to be installed on a new macOS machine.

This is intended to be used with brew bundle.

Usage

Install entire content of Brewfile:

brew bundle install

Verify installation:

brew bundle check

Note: all commands have to be executed from the directory where Brewfile is located. Otherwise, you can also specify the location of the Brewfile with --file.

Dependencies

The only requirement for installing the Brewfile is Homebrew which can be installed as follows:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"