xh plugin for the asdf version manager.
bash
,curl
,tar
,unzip (option Windows)
: generic POSIX utilities.
Plugin:
asdf plugin add xh
# or
asdf plugin add xh https://github.com/NeoHsu/asdf-xh.git
xh:
# Show all installable versions
asdf list-all xh
# Install specific version
asdf install xh latest
# Set a version globally (on your ~/.tool-versions file)
asdf global xh latest
# Now xh commands are available
xh --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.