This repository contains a curated collection of Homebrew Brewfiles, custom formulae, and utilities for managing my development environment.
- Brewfile Bundles: Easily manage and install collections of Homebrew formulae and casks tailored to different use cases (e.g., development, design, etc.).
- Custom Formulae: Access unique formulae not available in the main Homebrew repositories.
- Helper CLI: Use the
jw-tap
command-line tool to simplify working with the tap.
To access the contents of this tap, add it to your Homebrew installation:
brew tap joshwycuff/tap
This tap may include several Brewfiles for different setups:
main
: Essential tools for any system.
The jw-tap
CLI is a helper tool for managing this tap. With jw-tap
.
brew install jw-tap
- Install a Brewfile:
jw-tap bundle <Brewfile>