Merge pull request #1611 from unixorn/2022-updates

Call out `zgenom` as the recommended ZSH framework.
This commit is contained in:
Joe Block 2022-10-08 11:15:16 -06:00 committed by GitHub
commit 1029431963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.