Dotty brewfile
dotty brewfile¶
Manage the profile's Brewfile for reproducible brews.
Synopsis¶
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.
Examples¶
dotty brewfile add ripgrep
dotty brewfile add --cask ghostty
dotty --profile=work brewfile sync
dotty brew upgrade
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- 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 remove - Remove entries from the Brewfile.
- dotty brewfile sync - Make the machine match the Brewfile exactly.
- dotty brewfile upgrade - Upgrade everything in the Brewfile.