🔧 Migrating from asdf to mise without the headaches
Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to
1. Remove asdf plugins and uninstall asdf
# remove plugins
asdf plugin list | xargs -n 1 asdf plugin remove
# uninstall asdf
brew uninstall asdf --force
brew autoremove
clean up... [Weiterlesen]