Sloth plugin for the asdf version manager. Check out the asdf readme for instructions.
asdf plugin add sloth https://github.com/linode-obs/asdf-sloth.git
# Show all installable versions
asdf list-all sloth
# Install specific version
asdf install sloth latest
# Set a version globally (on your ~/.tool-versions file)
asdf global sloth latest
# Now sloth commands are available
sloth
- Make local changes.
- Git commit local changes.
- Add the plugin pointing to development FS path:
asdf plugin remove sloth && asdf plugin-add sloth ${PWD}
.