ffizer plugin for the asdf version manager.
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.
Plugin:
asdf plugin add ffizer
# or
asdf plugin add ffizer https://github.com/ffizer/asdf-ffizer.git
ffizer:
# Show all installable versions
asdf list-all ffizer
# Install specific version
asdf install ffizer latest
# Set a version globally (on your ~/.tool-versions file)
asdf global ffizer latest
# Now ffizer commands are available
ffizer --version
Check asdf readme for more instructions on how to install & manage versions.