This is a collection of my dotfiles, managed with chezmoi.
# Install chezmoi and apply dotfiles
chezmoi init --apply -ssh dentych# See what changes would be applied
chezmoi diff
# Apply changes
chezmoi apply
# Edit a dotfile
chezmoi edit ~/.config/fish/config.fish
# Add a new dotfile
chezmoi add ~/.config/newapp/config
# Update from remote
chezmoi updatedot_*files map to~/.*(e.g.,dot_gitconfig→~/.gitconfig)dot_config/maps to~/.config/- Files named
dot_gitignorebecome.gitignorein the target location