zsh-update-plugin

January 20, 2021 ยท View on GitHub

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:

CommandResult
zupdateTrying to update (git pull) every in .oh-my-zsh/custom/plugins/*
zupdate lsReturns list of available custom plugins
zupdate some-pluginTrying pull some-plugin from git

Dependencies

Fully compatible with ubuntu 20.04