https://github.com/joelparkerhenderson/brewfile
Brewfile
https://github.com/joelparkerhenderson/brewfile
Last synced: 5 months ago
JSON representation
Brewfile
- Host: GitHub
- URL: https://github.com/joelparkerhenderson/brewfile
- Owner: joelparkerhenderson
- Created: 2017-02-06T23:51:25.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T08:38:48.000Z (6 months ago)
- Last Synced: 2025-05-07T05:09:21.370Z (5 months ago)
- Language: Ruby
- Size: 158 KB
- Stars: 117
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Brewfile for macOS software management
We use Homebrew a.k.a. brew to install software on our macOS computers.
## Introduction
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:
* http://brew.sh/
* http://homebrew-file.readthedocs.io/
* https://github.com/Homebrew/homebrew-bundleUsing a Brewfile helps us with our Infrastructure as Code (IaC) initiatives.
Feedback welcome. Pull requests welcome.
## Usage
To use this Brewfile via `brew bundle`:
```sh
$ brew bundle
```To use this Brewfile via `brew-file`, which has more capabilties than bundle:
```sh
$ 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,
/ for github repository,
or full path for the repository: joelparkerhenderson/brewfile
```