zplug
next-generation plugin manager for zsh
Install
- All systems
-
curl cmd.cat/zplug.sh
- Debian
-
apt-get install zplug
- Ubuntu
-
apt-get install zplug
- Kali Linux
-
apt-get install zplug
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zplug
- OS X
-
brew install zplug
- Raspbian
-
apt-get install zplug
- Dockerfile
- dockerfile.run/zplug
zplug
next-generation plugin manager for zsh
zplug is a next-generation plugin manager for zsh, with the following features: * Can manage everything * Zsh plugins/UNIX commands on GitHub and Bitbucket * Gist files (gist.github.com) * Externally managed plugins e.g., oh-my-zsh plugins/themes * Binary artifacts on GitHub Releases * Local plugins * etc. (you can add your own sources!) * Super-fast parallel installation/update * Support for lazy-loading * Branch/tag/commit support * Post-update, post-load hooks * Dependencies between packages * Unlike antigen, no ZSH plugin file (*.plugin.zsh) required * Interactive interface (fzf, peco, zaw, and so on) * Cache mechanism for reducing the startup time.