zsh plugin for installing, updating, and loading
tfenvInspired by zsh-pyenv
Once the plugin is installed, tfenv will be available.
Using Antigen
Bundle zsh-tfenv in your .zshrc
antigen bundle cda0/zsh-tfenv
Using zplug
Load zsh-tfenv as a plugin in your .zshrc
zplug "cda0/zsh-tfenv"
Using zgen
Include the load command in your .zshrc
zget load cda0/zsh-tfenv
As an Oh My ZSH! custom plugin
Clone zsh-tfenv into your custom plugins repo and load as a plugin in your .zshrc
git clone https://github.com/cda0/zsh-tfenv ~/.oh-my-zsh/custom/plugins/zsh-tfenvplugins+=(zsh-tfenv)
Keep in mind that plugins need to be added before oh-my-zsh.sh is sourced.
Clone this repository somewhere (~/.zsh-tfenv for example) and source it in your .zshrc
git clone https://github.com/cda0/zsh-tfenv ~/.zsh-tfenvsource ~/.zsh-tfenv/zsh-tfenv.plugin.zsh
MIT