Skip to content

Instantly share code, notes, and snippets.

@natterstefan
Last active March 7, 2021 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natterstefan/b32a5ecb6a31921c94ac656890864e92 to your computer and use it in GitHub Desktop.
Save natterstefan/b32a5ecb6a31921c94ac656890864e92 to your computer and use it in GitHub Desktop.
asdf | Install Plugin
# install the package
asdf plugin add <name>
# asdf plugin add nodejs
# asdf plugin add nodejs
# get a list of installed plugins
asdf plugin list
# update plugin(s)
asdf plugin update <name>
asdf plugin update --all
# remove plugin
asdf plugin remove <name>
# asdf plugin remove nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment