Skip to content

ptavares/zsh-pkenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

zsh-pkenv

GitHub

zsh plugin for installing and loading pkenv

Inpired by zsh-pyenv

Table of content

Usage

Once the plugin installed, pkenv will be available

Bundle zsh-pkenv in your .zshrc

antigen bundle ptavares/zsh-pkenv

Load zsh-pkenv as a plugin in your .zshrc

zplug "ptavares/zsh-pkenv"

Include the load command in your .zshrc

zget load ptavares/zsh-pkenv

Clone zsh-pkenv into your custom plugins repo and load as a plugin in your .zshrc

git clone https://github.com/ptavares/zsh-pkenv.git ~/.oh-my-zsh/custom/plugins/zsh-pkenv
plugins+=(zsh-pkenv)

Keep in mind that plugins need to be added before oh-my-zsh.sh is sourced.

  • Manually

Clone this repository somewhere (~/.zsh-pkenv for example) and source it in your .zshrc

git clone https://github.com/ptavares/zsh-pkenv ~/.zsh-pkenv
source ~/.zsh-pkenv/zsh-pkenv.plugin.zsh

Updating pkenv

The plugin comes with a zsh function to update pkenv manually

# From zsh shell
update_zsh_pkenv

License

MIT

About

zsh plugin for installing and loading pkenv

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages