You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/executable_dot_gitconfig.tmpl

21 lines
305 B
Cheetah

[user]
name = {{ .name }}
email = {{ .email }}
signingkey = {{ .pubkey }}
[core]
editor = nano
[credential]
helper = store
[color]
ui = auto
[init]
defaultBranch = master
[github]
user = MillironX
{{- if eq .chezmoi.osRelease.id "fedora" }}
[diff]
tool = kdiff3
[merge]
tool = kdiff3
{{- end }}