zsh-update-plugin
January 20, 2021 ยท View on GitHub
custom oh-my-zsh plugin This plugin updates custom plugins via git
installation
- Clone repo:
rm -f ~/.oh-my-zsh/custom/plugins/update-plugin && git clone https://github.com/AndrewHaluza/zsh-update-plugin.git ~/.oh-my-zsh/custom/plugins/update-plugin/ - Open your
~/.zshrcfile and enable theupdate-pluginplugin:
plugins=( ... update-plugin)
Usage
zupdate lszupdate some-pluginzupdate
Available protocol values:
| Command | Result |
|---|---|
zupdate | Trying to update (git pull) every in .oh-my-zsh/custom/plugins/* |
zupdate ls | Returns list of available custom plugins |
zupdate some-plugin | Trying pull some-plugin from git |
Dependencies
Fully compatible with ubuntu 20.04