carlduevel / asdf-rstash

asdf plugin for rstash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-rstash Build Lint

rstash 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 rstash
# or
asdf plugin add rstash https://github.com/carlduevel/asdf-rstash.git

rstash:

# Show all installable versions
asdf list-all rstash

# Install specific version
asdf install rstash latest

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

# Now rstash commands are available
rstash help

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 © Carl Düvel

About

asdf plugin for rstash

License:MIT License


Languages

Language:Shell 93.8%Language:Makefile 6.2%