下記のフォントをインストールする 0xProto NerdFonts
$ cd ~
$ git clone https://github.com/shintaroasuzuki/dotfiles.git
$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ eval "$(/opt/homebrew/bin/brew shellenv)"
$ brew bundle --file=~/dotfiles/.Brewfile
$ cd dotfiles && stow -v -t ~ .
karabiner-elements を起動し、「Complex Modifications > Add predefined rules > Import more rules from the Internet」をクリックして、「For Japanese (日本語環境向けの設定)」をインポートし、その後、「コマンドキー (左右どちらでも) を単体で押したときに、英数・かなをトグルで切り替える。」を有効化
環境設定から、スペースの入力を「半角」に変更
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
prefix + I (大文字の I) を実行すると、tmux のプラグインがインストールされる
$ cp ~/.gitconfig.example ~/.gitconfig
$ git config commit.template ~/.gitmessage -g
GitHub CLI をインストール済みであることが前提。gh auth setup-git で gh を git の credential helper として設定する。
$ gh auth login
$ gh auth setup-git
複数アカウントを使い分ける場合は gh auth login を繰り返してアカウントを追加したのち、gh auth switch で切り替える。
$ cp ~/.config/nvim/.env.example ~/.config/nvim/.env
$ nb notebooks add <notebook-name>
$ nb use <notebook-name>
$ nb remote set https://github.com/ShintaroaSuzuki/nb-<notebook-name>
$ cd ~/ghq/github.com/ShintaroaSuzuki/nb
$ git clone https://github.com/ShintaroaSuzuki/nb-plugins .plugins
$ cd .plugins/semsearch
$ uv sync
$ nb semindex
curl -fsSL https://claude.ai/install.sh | bash
$ claude
> /plugin install typescript-lsp@claude-plugins-official
> /plugin install code-simplifier@claude-plugins-official
> /plugin install context7@claude-plugins-official
> /plugin marketplace add https://github.com/ShintaroaSuzuki/shintaroasuzuki-plugins
> /plugin install frontend-design@shintaroasuzuki-plugins
> /plugin install ux-concepts@shintaroasuzuki-plugins
> /plugin install commit-commands@shintaroasuzuki-plugins
> /plugin install codex-collaborator@shintaroasuzuki-plugins
> /plugin marketplace add https://github.com/anthropics/claude-code
> /plugin install ralph-wiggum@claude-code-plugins
> /plugin install security-guidance@claude-code-plugins
> /plugin install pr-review-toolkit@claude-code-plugins
> /plugin install hookify@claude-plugins-official
> /plugin install feature-dev@claude-code-plugins
> /plugin install explanatory-output-style@claude-code-plugins
> /plugin install code-review@claude-code-plugins
> /plugin marketplace add https://github.com/mixedbread-ai/mgrep
> /plugin install mgrep@Mixedbread-Grep
$ nvim
:Copilot