Skip to content

Homebrew aliases for zsh. Fork of timothyrowan/betterbrew-zsh-plugin.

Notifications You must be signed in to change notification settings

d10c/betterbrew-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

betterbrew-zsh-plugin - better command aliases for the macOS Homebrew Package Manager in zsh

betterbrew-zsh-plugin contains short aliases for all homebrew commands.

This is for my personal use and is always a work in progress. Feel free to hang with it.

Example

Without typing full homebrew commands in console, like:

$ brew install zsh --build-from-source

there is more convenient alias:

$ bifs zsh

Installation on oh-my-zsh

  1. Go to oh-my-zsh plugins directory:

    $ cd ~/.oh-my-zsh/plugins
  2. Clone the repository into a new directory betterbrew :

    git clone https://github.com/timothyrowan/betterbrew-zsh-plugin.git betterbrew
  3. Enable betterbrew plugin by adding to your .zshrc configuration file:

    plugins=(betterbrew)
  4. Restart your shell.

Aliases

Alias Command
br brew
brana br analytics
brcat br cat
brcle br cleanup
brcom br command
brcoms br commands
brcon br config
brdep br deps
brdes br desc
brdiy br diy
brdoc br doctor
brfet br fetch
brgis br gist-logs
brhom br home
brinf br info
brins br install
brlea br leaves
brlis br list
brln br ln
brlog br log
brmig br migrate
brmig br missing
broca br --cache
broce br --cellar
broen br --env
bropr br --prefix
bropt br options
brore br --repository
brout br outdated
brove br --version
brpin br pin
brpos br postinstall
brpru br prune
brrea br readall
brrei br reinstall
brsea br search
brsh br sh
brsty br style
brswi br switch
brtap br tap
brtapi br tap-info
brtapp br tap-pin
brtapu br tap-unpin
bruin br uninstall
bruli br unlink
brupa br unpack
brupd br update
brupdr br update-reset
brupg br upgrade
brupi br unpin
bruse br uses
bruta br untap
brse br services
brseli brse list
sbrse sudo brse

About

Homebrew aliases for zsh. Fork of timothyrowan/betterbrew-zsh-plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages