From 6519fa8fd203ac5ceae41e64d626a65063f5aad8 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 8 Oct 2022 07:13:08 -1000 Subject: [PATCH] Call out `zgenom` as the recommended ZSH framework. Signed-off-by: Joe Block --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73e9649..c0a9843 100644 --- a/README.md +++ b/README.md @@ -2303,6 +2303,8 @@ Some of the themes listed here require Powerline-compatible fonts, here are a fe ## Installation +I recommend [zgenom](https://github.com/jandamm/zgenom) if you don't already have a preferred ZSH framework. It adds minimal overhead during shell session startup because it generates a load script only when you change your plugin list, and that load script is sourced during startup instead of being recalculated every time. + ### [Antigen](https://github.com/zsh-users/antigen) Most of these plugins can be installed by adding `antigen bundle githubuser/reponame` to your .zshrc file. Antigen will handle cloning the plugin for you automatically the next time you start `zsh`. You can also add the plugin to a running ZSH with `antigen bundle githubuser/reponame` for testing before adding it to your `.zshrc`.