bottom plugin for the asdf version manager.
bash
,curl
,tar
.
Plugin:
asdf plugin add bottom
# or
asdf plugin add bottom https://github.com/barolab/asdf-bottom.git
bottom:
# Show all installable versions
asdf list-all bottom
# Install specific version
asdf install bottom latest
# Set a version globally (on your ~/.tool-versions file)
asdf global bottom latest
# Now bottom commands are available
btm --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Romain Bailly
This repository was heavily inspired from asdf-exa