gitおよびbashが必要。別途、zshをログインシェルに設定する。
cd && git clone https://github.com/t-mario-y/dotfiles && cd dotfiles
scripts/symlink.sh
scripts/install_initial_(OS specific).sh
scripts/install_packages_common.sh
scripts/install_packages_(OS specific).sh
構築手順がプラットフォームごとに異なるものは、手動でインストールを行う。
https://code.visualstudio.com/
JetBrains Mono JetBrainsMono Nerd Font
brew install font-jetbrains-mono-nerd-font
都度、公式のinstall手順(https://docs.docker.com/engine/install/)を参照する。
non-root userで実行する際には、下記を実行する。
sudo usermod -aG docker "$(whoami)"