mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-25 18:40:18 +00:00
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:
parent
61e3d964de
commit
5bc0502eb5
1 changed files with 9 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue