1
0
Fork 0
mirror of synced 2024-06-01 23:01:11 -04:00
zimfw/modules/homebrew
2018-06-26 01:17:06 -04:00
..
init.zsh style: Reformat to follow recommended shell style 2018-06-26 01:17:06 -04:00
README.md Add homebrew module 2018-06-25 22:26:17 -04:00

Homebrew

Defines Homebrew aliases.

Aliases

Homebrew

  • brewc cleans outdated brews and their cached archives.
  • brewC cleans outdated brews, including keg-only, and their cached archives.
  • brewi installs a formula.
  • brewl lists installed formulae.
  • brewo lists brews which have an update available.
  • brews searches for a formula or a cask.
  • brewu updates and upgrades Homebrew packages and formulae.
  • brewx uninstalls a formula.

Homebrew Cask

  • cask is aliased to brew cask.
  • caskc cleans up old cached downloads.
  • caskC cleans up all cached downloads.
  • caski installs a cask.
  • caskl lists installed casks.
  • casko lists casks which have an update available.
  • casks print a message telling that brew cask search is deprecated.
  • caskx uninstalls a cask.