Skip to content

CDA0/zsh-tfenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

zsh-tfenv

zsh plugin for installing, updating, and loading tfenv Inspired by zsh-pyenv

Usage

Once the plugin is installed, tfenv will be available.

Installation

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-tfenv
plugins+=(zsh-tfenv)

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

Manually

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

git clone https://github.com/cda0/zsh-tfenv ~/.zsh-tfenv
source ~/.zsh-tfenv/zsh-tfenv.plugin.zsh

License

MIT

About

zsh plugin for installing, updating and loading tfenv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages