mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 19:03:09 +00:00
20 lines
305 B
Cheetah
20 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 }}
|