Add zlugin plugin manager

- Add `DrgnFireYellow/zlugin`

Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
Joe Block 2022-09-16 09:25:45 -06:00
parent 40e0b18be0
commit f83e253d79

View file

@ -49,6 +49,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
- [zim](#zim)
- [Zinit](#zinit)
- [zit](#zit)
- [zlugin](#zlugin)
- [znap](#znap)
- [zoppo](#zoppo)
- [zpacker](#zpacker)
@ -288,6 +289,10 @@ The project is very active currently > 3100 commits.
**zit** is a plugin manager for ZSH. It is minimal because it implements the bare minimum to be qualified as a plugin manager: it allows the user to install plugins from `git` repositories (and `git` repositories only, that's why the name), source plugins and update them. It does not implement fancy functions like cleanup of removed plugins, automatic compilation of installed plugins, alias for oh-my-zsh/prezto/other ZSH frameworks, building binaries, `$PATH` manipulation and others.
### [zlugin](https://github.com/DrgnFireYellow/zlugin)
**zlugin** is a very lightweight ZSH plugin manager.
### [znap](https://github.com/marlonrichert/zsh-snap)
**:zap:Znap** is a light-weight plugin manager & `git` repository manager for ZSH that's easy to grok. While tailored for ZSH plugins specifically, **Znap** also functions as a general-pupose utility for managing `git` repositories.