asdf → mise memo
backup
code:shell
(~): brew deps --tree --installed asdf
asdf
├── autoconf
│ └── m4
├── automake
│ └── autoconf
│ └── m4
├── coreutils
│ └── gmp
├── libtool
│ └── m4
├── libyaml
├── openssl@3
│ └── ca-certificates
├── readline
└── unixodbc
└── libtool
└── m4
(~): asdf list
(~): brew uninstall --force asdf
(~): brew autoremove
(~): mise use XXX
簡単だった。
rustだけは ↓と明記があったので rustup でいれた。
Rust is not currently offered as a core plugin. In fact, I don't think you should actually use mise for rust development. Rust has an official version manager called rustup that is better than what any of the current mise plugins offer.