mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Thomas A. Christensen II
0043e59068
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
22 lines
328 B
Cheetah
22 lines
328 B
Cheetah
[user]
|
|
name = {{ .name }}
|
|
email = {{ .email }}
|
|
signingkey = {{ .pubkey }}
|
|
[core]
|
|
editor = nano
|
|
[credential]
|
|
helper = store
|
|
[color]
|
|
ui = auto
|
|
[init]
|
|
defaultBranch = master
|
|
[github]
|
|
user = MillironX
|
|
[pull]
|
|
rebase = false
|
|
{{- if eq .chezmoi.osRelease.id "fedora" }}
|
|
[diff]
|
|
tool = kdiff3
|
|
[merge]
|
|
tool = kdiff3
|
|
{{- end }}
|