Merge pull request #620 from unixorn/add-zapack

Add zapack plugin loader
This commit is contained in:
Joe Block 2018-12-06 08:47:34 -05:00 committed by GitHub
commit 9905d7dd5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
- [prezto](#prezto)
- [pumice](#pumice)
- [Toasty](#toasty)
- [zapack](#zapack)
- [zeesh](#zeesh)
- [zgem](#zgem)
- [zgen](#zgen)
@ -131,6 +132,10 @@ These frameworks make customizing your ZSH setup easier.
**Toasty** is a ZSH framework made to facilitate management, not dictate it.
### [zapack](https://github.com/aiya000/zsh-zapack)
zapack is a basic fast minimal ZSH plugin loader.
### [zeesh](https://github.com/zeekay/zeesh)
**Zeesh** is a cross-platform ZSH framework. It's similar to, but incompatible with, [oh-my-zsh](http://ohmyz.sh/). It has a modular plugin architecture making it easy to extend. It has a rich set of defaults, but is designed to be as lightweight as possible.