bash,curl,unzip: generic POSIX utilities.
Install plugin:
asdf plugin add clj-kondo https://github.com/rynkowsg/asdf-clj-kondo.gitInstall clj-kondo:
# Show all installable versions
asdf list-all clj-kondo
# Install specific version
asdf install clj-kondo latest
# Set a version globally (on your ~/.tool-versions file)
asdf global clj-kondo latest
# Now clj-kondo commands are available
clj-kondo --helpCheck asdf readme for more instructions on how to install & manage versions.
Licensed under the MIT license.