Skip to content

Latest commit

 

History

History
executable file
·
45 lines (29 loc) · 1.03 KB

File metadata and controls

executable file
·
45 lines (29 loc) · 1.03 KB

asdf-ffizer Build

ffizer plugin for the asdf version manager.

Contents

Dependencies

  • 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.

Install

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.