Managed with chezmoi.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install chezmoi
chezmoi init --apply git@github.com:lightnet328/dotfiles.gitchezmoi init --apply clones the repo into ~/dotfiles, places every managed
file into $HOME, then runs the bootstrap scripts (brew + mise + fisher +
cmux MCP).
chezmoi edit ~/.config/mise/config.toml # edit the source file in $EDITOR
chezmoi diff # preview pending changes
chezmoi apply # write changes into $HOME
chezmoi cd # jump to the source repoAfter committing in ~/dotfiles, push to origin to sync to other machines.
On the other machine: chezmoi update pulls and applies in one step.