$ brew install asdf
$ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc
Ubuntuの場合は以下に従ってインストールしてください。
https://asdf-vm.com/guide/getting-started.html
$ asdf plugin-add jq https://github.com/AZMCode/asdf-jq.git
$ asdf install jq 1.6
$ asdf local jq 1.6
$ jq --version
jq-1.6
https://github.com/ryodocx/asdf-jq
$ asdf plugin-add java https://github.com/halcyon/asdf-java.git
https://github.com/halcyon/asdf-java
$ asdf install java temurin-17.0.4+101
$ asdf local java temurin-17.0.4+101
以下に従ってインストールしてください。
Docker Desktop for Mac
https://docs.docker.com/desktop/install/mac-install/
以下に従ってインストールしてください。
- Docker Desktop for Ubuntu
- Docker Engine for Ubuntu
さらにsudoなしで使えるようにするために以下の手順を実行してください