macOS の開発環境を chezmoi で管理する dotfiles。
- Shell (zsh, starship, sheldon, zoxide, fzf)
- Editor (vim, helix)
- Terminal (ghostty, tmux)
- Git (gitconfig, gitignore)
- Claude Code (CLAUDE.md, agents, rules, plugins)
- macOS (Brewfile, defaults)
- Dev tools (mise, gh, yazi, zellij)
- macOS
- Homebrew
# Homebrew をインストール(未導入の場合)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# chezmoi で dotfiles を適用
brew install chezmoi
chezmoi init --apply tanimon初回実行時に profile (work/personal) と ghOrg の入力を求められる。
MIT