1
0
Fork 0
chezmoi/dot_config/chezmoi/chezmoi.toml

10 lines
201 B
TOML

encryption = "gpg"
[gpg]
recipient = "vladimir@tango-dj.cz"
args = ["--quiet"]
[diff]
command = "difft"
[merge]
command = "nvim"
args = [ "-d", "{{.Destination}}", "{{.Source}}" ]