You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently switched my zsh plugin manager to zplug which is a wonderful and fast plugin manager for zsh. It also allows pulling binaries or zsh files from other git repos and will allow us to include things like pear automatically with new installs.
This will also allow separating the hr binary to a separate repo if that's something people are still interested in.
The benefit of including a plugin manager for zsh is the ability to enhance zsh with new functionality such as autosuggestion, auto completion for different CLIs such as docker, using different prompts, themes, aliases and functions. All pulled from different locations / packages.
I recently switched my zsh plugin manager to zplug which is a wonderful and fast plugin manager for zsh. It also allows pulling binaries or zsh files from other git repos and will allow us to include things like pear automatically with new installs.
This will also allow separating the hr binary to a separate repo if that's something people are still interested in.
The benefit of including a plugin manager for zsh is the ability to enhance zsh with new functionality such as autosuggestion, auto completion for different CLIs such as docker, using different prompts, themes, aliases and functions. All pulled from different locations / packages.
To see what's available check out:
https://github.com/unixorn/awesome-zsh-plugins
Why zplug:
*.plugin.zsh
) requiredAlso it will be similar enough for what we use for Vim (vim-plug) since it was inspired by vim-plug.
If there's interest I'll submit a PR on Friday.
The text was updated successfully, but these errors were encountered: