From 5bc0502eb57411d12527fa46fe513fbf745e0927 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 20 Mar 2024 15:21:15 -0600 Subject: [PATCH] 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 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index baa8a81..a76897a 100644 --- a/README.md +++ b/README.md @@ -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).