Skip to content

Brewfile

A Brewfile is a declarative manifest used by Homebrew to define system dependencies. Instead of installing tools one-by-one, the Brewfile allows you to specify formulae (CLI tools), casks (applications), and taps (repositories) in a single file. Running brew bundle automatically provisions your environment to match. My Brewfile ensures that essential tools and apps can be installed consistently on any machine.

Brew programs

Cask

Released under MIT license