/zsh-update-plugin

oh-my-zsh plugin

Primary LanguageShellMIT LicenseMIT

zsh-update-plugin

custom oh-my-zsh plugin This plugin updates custom plugins via git

installation

  1. 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/
  2. Open your ~/.zshrc file and enable the update-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