mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-27 11:20:17 +00:00
Merge pull request #1611 from unixorn/2022-updates
Call out `zgenom` as the recommended ZSH framework.
This commit is contained in:
commit
1029431963
1 changed files with 2 additions and 0 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue