Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 805 Bytes

File metadata and controls

34 lines (23 loc) · 805 Bytes

Dotfiles

Personal dotfiles managed with chezmoi on macOS.

Bootstrap

chezmoi init --apply https://github.com/harrymasson/dotfiles.git
brew bundle --file="$(dirname "$(chezmoi source-path)")/Brewfile"
mise install && exec zsh

See docs/getting-started/install.md for the full guide.

Docs

make docs

Opens the documentation site at http://127.0.0.1:8000. Requires pip install mkdocs-material.

What's managed

Zsh, Git, Tmux, Neovim, Ghostty, mise (Node/Python), Starship, Homebrew Brewfile, btop/htop.

Key commands

chezmoi status          # see what's drifted
chezmoi diff            # preview changes
chezmoi apply           # apply to ~/
chezmoi edit ~/.zshrc   # edit a managed file