Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.17 KB

File metadata and controls

40 lines (28 loc) · 1.17 KB

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

  -h, --help   help for brewfile

Options inherited from parent commands

      --profile string   profile to operate on (defaults to the active profile)

SEE ALSO