asdf Snippets
# List all available pluginsasdf plugin list all
# Install a plugin:asdf plugin add name
# List all available versions for a packageasdf list all name
# List install packages with nameasdf list name
# Install a specific version of a package:asdf install name version
# Set global version for a package:asdf set -u name version
# Example: Install Proton Glorious Eggroll (GE) with unofficial pluginasdf plugin add protonge# Or install a version from a tag (Eg.: GE-Proton8-25)asdf install protonge latest
# Update all plugins to latest commit on default branchasdf plugin update --all
# See the current version used for a packageasdf current name