Awesome
zsh-update-plugin
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
~/.zshrc
file and enable theupdate-plugin
plugin:
plugins=( ... update-plugin)
Usage
zupdate ls
zupdate some-plugin
zupdate
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