A tiny cli to simplify managing Homebrew.
keg-demo.mp4
Use keg to...
- Update Homebrew
- Upgrade Homebrew packages
- Install Homebrew packages
- Uninstall Homebrew packages
First git clone this repo to your machine...
git clone https://github.com/stordahl/keg.git
# or using the Github CLI
# gh repo clone stordahl/keg
Then simply alias the script in your .zshrc, .bash_profile, etc
alias keg="zsh /path/to/script/keg.sh"