custom oh-my-zsh plugin This plugin updates custom plugins via git
- 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
~/.zshrc
file and enable theupdate-plugin
plugin:
plugins=( ... update-plugin)
zupdate ls
zupdate some-plugin
zupdate
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 |
Fully compatible with ubuntu 20.04