Add zsh-mgr framework

Add zsh-mgr framework now that https://github.com/amt911/zsh-mgr/issues/21 is closed

Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
Joe Block 2024-03-20 15:21:15 -06:00
parent 61e3d964de
commit 5bc0502eb5

View file

@ -63,6 +63,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
- [zsh.ai](#zshai)
- [zshing](#zshing)
- [zsh-dot-plugin](#zsh-dot-plugin)
- [zsh-mgr](#zsh-mgr)
- [zshPlug](#zshplug)
- [ztanesh](#ztanesh)
- [ztheme](#ztheme)
@ -395,6 +396,14 @@ Focuses on security and hardening of local system. Requires [fzf](https://github
Customize your `.zshrc` with only ~21 lines of code. Based on [zsh-unplugged](https://github.com/mattmc3/zsh_unplugged).
### [zsh-mgr](https://github.com/amt911/zsh-mgr)
A simple plugin manager for zsh. Features:
- Auto-updates all plugins.
- Auto-updates itself.
- Configurable time interval for both auto-updaters.
### [zshPlug](https://github.com/Atlas34/zshPlug)
**zshPlug** is a minimalist plugin manager heavily based on [zap](https://github.com/zap-zsh/zap).