Skip to content

Instantly share code, notes, and snippets.

@wilsonsilva
Created April 28, 2025 09:51
Show Gist options
  • Save wilsonsilva/8c4c579e8eaba038f498cc5ad092fbcd to your computer and use it in GitHub Desktop.
Save wilsonsilva/8c4c579e8eaba038f498cc5ad092fbcd to your computer and use it in GitHub Desktop.
Prune asdf
for plugin in $(asdf plugin list); do
echo "Removing plugin $plugin"
asdf plugin remove "$plugin"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment