We use Homebrew a.k.a. brew to install software on our macOS computers.
This repository has our Brewfile, which manages much of the software that we use for projects.
This Brewfile helps us install:
- Hundreds of desktop applications, such as browsers, players, editors, etc.
- Hundreds of system utilities, such as command line interfaces, sysop helpers, etc.
- Dozens of programming capabilties, such as languages, toolchains, servers, etc.
To learn about Brewfile capabilties, please see:
Using a Brewfile helps us with our Infrastructure as Code (IaC) initiatives.
Feedback welcome. Pull requests welcome.
To use this Brewfile via brew bundle
:
$ brew bundle
To use this Brewfile via brew-file
, which has more capabilties than bundle:
$ brew install rcmdnk/file/brew-file
$ brew file init
Do you want to set a repository (y)? ((n) for local Brewfile). [y/n]: y
Set repository, "non" for local Brewfile,
<user>/<repo> for github repository,
or full path for the repository: joelparkerhenderson/brewfile