Cross-platform dotfiles managed with chezmoi.
mkdir -p ~/.config/chezmoi
# Paste your age key from 1Password/backup into:
# ~/.config/chezmoi/key.txtsh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply hect1cOpen tmux and press prefix + I (Ctrl+Space, then I)
| Tool | Config Location | Theme |
|---|---|---|
| Neovim | ~/.config/nvim/ | Catppuccin Frappé |
| WezTerm | ~/.config/wezterm/ | Catppuccin Mocha |
| tmux | ~/.config/tmux/ | Catppuccin Mocha |
| Starship | ~/.config/starship.toml | Catppuccin Mocha |
| Zsh | ~/.zshrc | - |
- macOS (Apple Silicon)
- Ubuntu Linux
chezmoi updatechezmoi edit ~/.zshrc # Edit a file
chezmoi diff # See pending changes
chezmoi apply # Apply changesMIT