· software
asdf에서 mise로 마이그레이션하기, 번거로움 없이
1. asdf 플러그인을 제거하고 asdf를 언인스톨합니다. bash remove plugins asdf plugin list | xargs -n 1 asdf plugin remove uninstall asdf brew uninstall asdf --force brew...
1. asdf 플러그인을 제거하고 asdf를 언인스톨합니다. bash remove plugins asdf plugin list | xargs -n 1 asdf plugin remove uninstall asdf brew uninstall asdf --force brew...
배경: 저는 Rust로 작성된 빠른 Bun 버전 관리자인 bum이라는 CLI를 만들었습니다. 로컬에서는 잘 작동하지만, 누구나 다음을 실행할 수 있기를 원했습니다: bash npx @owen...
GVM 설치 시스템에 GVM을 설치하려면 다음 단계를 따르세요. 1. 필요한 종속성을 설치합니다. bash sudo apt-get install curl git mercurial make binutils b...