Installation
After checking out the dependencies,
download zpy.plugin.zsh
and source it in your .zshrc
.
You might use git
, wget
, or curl
:
% git clone https://github.com/andydecleyre/zpy ~/.zpy
% print ". ~/.zpy/zpy.plugin.zsh" >>~/.zshrc
% wget -O ~/.zpy.plugin.zsh https://github.com/AndydeCleyre/zpy/raw/master/zpy.plugin.zsh
% print ". ~/.zpy.plugin.zsh" >>~/.zshrc
% curl -Lo ~/.zpy.plugin.zsh https://github.com/AndydeCleyre/zpy/raw/master/zpy.plugin.zsh
% print ". ~/.zpy.plugin.zsh" >>~/.zshrc
or install it with a plugin manager:
Add zpy
to your plugins
array in ~/.zshrc
, and
% git clone https://github.com/andydecleyre/zpy $ZSH_CUSTOM/plugins/zpy
Put zcomet load andydecleyre/zpy
in ~/.zshrc
(between . /path/to/zcomet.zsh
and zcomet compinit
)
% print zmodule andydecleyre/zpy >>~/.zimrc
% zimfw install
% yadm submodule add git@github.com:andydecleyre/zpy ~/.zpy
% print ". ~/.zpy/zpy.plugin.zsh" >>~/.zshrc
% print zinit light andydecleyre/zpy >>~/.zshrc
Add to ~/.zshrc
:
z4h install AndydeCleyre/zpy
(beforez4h init
)z4h load AndydeCleyre/zpy
(afterz4h init
)
% print antibody bundle andydecleyre/zpy >>~/.zshrc
% print andydecleyre/zpy >>~/.zsh_plugins.txt
Put antigen bundle andydecleyre/zpy
in your ~/.zshrc
, before antigen apply
.
Add zpy
to your pmodule list in ~/.zpreztorc
, and
% git clone https://github.com/andydecleyre/zpy $ZPREZTODIR/modules/zpy
$ sheldon add zpy --github andydecleyre/zpy
Put zgen load andydecleyre/zpy
in the plugin section of your ~/.zshrc
, then
% zgen reset
Put zgenom load andydecleyre/zpy
in the plugin section of your ~/.zshrc
, then
% zgenom reset
% print znap source andydecleyre/zpy >>~/.zshrc
Put zplug "andydecleyre/zpy"
in ~/.zshrc
(between . ~/.zplug/init.zsh
and zplug load
), then
% zplug install; zplug load
% print zpm load andydecleyre/zpy >>~/.zshrc
% zpm clean
Tip
Don't use a plugin manager but want to try one now? I suggest zcomet.
After restarting your shell, it is recommended to install uv:
% exec zsh
% pipz install uv