Add mbergo/oh-plugin

`mbergo/oh-plugin` makes it easy to install custom plugins to an
oh-my-zsh instance.

Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
Joe Block 2023-02-15 14:24:25 -07:00
parent eec7957b46
commit f81956c7e3

View file

@ -2438,6 +2438,7 @@ There is also a more detailed [Zsh Plugin Standard](https://zdharma-continuum.gi
### ZSH Tools
- [oh-plugin](https://github.com/mbergo/oh-plugin) - helps you install plugins for [oh-my-zsh](https://ohmyz.sh) by typing `oh-plugin install repository_address`.
- [ShellSpec](https://github.com/shellspec/shellspec) - A full-featured BDD unit testing framework for dash, bash, ksh, ZSH and all POSIX shells.
- [shtab](https://github.com/iterative/shtab) - Automatically generate shell tab completion scripts for Python CLI apps, supports `zsh`, `bash` and `tcsh`.
- [zsh-bench](https://github.com/romkatv/zsh-bench) - A benchmark for interactive ZSH. It measures user-visible latency of interactive `zsh`: input lag, command lag, etc