Manage the profile's Brewfile for reproducible brews.
Maintain a homebrew bundle Brewfile so a machine's brews stay reproducible on and across systems. Commands operate on the active profile's Brewfile, or on a specific profile's via the global --profile flag.
dotty brewfile add ripgrep
dotty brewfile add --cask ghostty
dotty --profile=work brewfile sync
dotty brew upgrade
-h, --help help for brewfile
--profile string profile to operate on (defaults to the active profile)
- dotty - Utilities for a terminal-driven workflow and dotfiles.
- dotty brewfile add - Add brews to the Brewfile and install them.
- dotty brewfile dump - Snapshot the installed brews into the Brewfile.
- dotty brewfile edit - Open the Brewfile in the default editor.
- dotty brewfile sync - Make the machine match the Brewfile exactly.
- dotty brewfile upgrade - Upgrade everything in the Brewfile.