This branch uses chezmoi as the dotfile manager.
Preview changes:
chezmoi --source "$PWD" diffApply changes:
chezmoi --source "$PWD" applydot_gitconfig->~/.gitconfigprivate_dot_config/->~/.config/
Git identity is intentionally kept out of the public repository. Put local
identity in ~/.gitconfig.local, for example:
[user]
name = Your Name
email = you@example.comGenerated and local-only files are intentionally not managed, including Neovim
compiled packer output, .DS_Store, Kitty backups, and Karabiner automatic
backups. Fish universal variables are also local-only, so fish_variables is
not tracked.