Create the main configuration in ~/.config/chezmoi/chezmoi.yaml:
data:
git:
email: "" # git email address
name: "" # git username
# Optionally, set Neovim as the merge tool
merge:
command: "nvim"
args: ["-d"]To ensure that everything works seamlessly, install the following packages: