· software
Migrating from asdf to mise without the headaches
1. Remove asdf plugins and uninstall asdf bash remove plugins asdf plugin list | xargs -n 1 asdf plugin remove uninstall asdf brew uninstall asdf --force brew...
1. Remove asdf plugins and uninstall asdf bash remove plugins asdf plugin list | xargs -n 1 asdf plugin remove uninstall asdf brew uninstall asdf --force brew...
Background I built a CLI called bum – a fast Bun version manager written in Rust. It works great locally, but I wanted anyone to be able to run: bash npx @owen...
Installing GVM To install GVM on your system, follow these steps. 1. Install required dependencies bash sudo apt-get install curl git mercurial make binutils b...