zaw-src-package-managers
June 11, 2026 ยท View on GitHub

Optional sources of zaw for several package managers:
- Package Managers
- rubygem (ruby)
- pypi (pyhton)
- clib (C)
- macOS Only
- appstore (Mac App Store)
- homebrew (Mac CUI App)
- brewcask (Mac GUI App)
Installation
If you are using zplug, just add the code below in your .zshrc.
zplug "zsh-users/zaw"
zplug "GeneralD/zaw-src-package-managers", on:zsh-users/zaw, defer:2
For oh-my-zsh, clone this repo into ~/.oh-my-zsh/custom/plugins and add plugin as below.
plugins+=(zaw zaw-src-package-managers)