comdotlinux / asdf-tealdeer

An ASDF Plugin for tealdeer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-tealdeer Build Lint

tealdeer plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

asdf plugin add tealdeer
# or
asdf plugin add tealdeer https://github.com/comdotlinux/asdf-tealdeer.git

tealdeer:

# Show all installable versions
asdf list-all tealdeer

# Install specific version
asdf install tealdeer latest

# Set a version globally (on your ~/.tool-versions file)
asdf global tealdeer latest

# Now tealdeer commands are available
tldr --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Guruprasad Kulkarni

About

An ASDF Plugin for tealdeer

License:MIT License


Languages

Language:Shell 100.0%