Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.22 KB

File metadata and controls

58 lines (37 loc) · 1.22 KB

ツールのインストール

Go

$ curl -sLk https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | sh
$ export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH"

https://github.com/kevincobain2000/gobrew

asdf

$ brew install asdf
$ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc

https://asdf-vm.com/

Ubuntuの場合は以下に従ってインストールしてください。

https://asdf-vm.com/guide/getting-started.html

jq

$ 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

Docker

Mac

以下に従ってインストールしてください。

Docker Desktop for Mac

https://docs.docker.com/desktop/install/mac-install/

Ubuntu

以下に従ってインストールしてください。

さらにsudoなしで使えるようにするために以下の手順を実行してください

https://qiita.com/katoyu_try1/items/1bdaaad9f64af86bbfb7