1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-14 19:03:09 +00:00
dotfiles/executable_dot_gitconfig.tmpl

25 lines
353 B
Cheetah
Raw Normal View History

2021-08-24 23:16:19 +00:00
[user]
name = {{ .name }}
email = {{ .email }}
signingkey = {{ .pubkey }}
[core]
2023-03-02 18:25:10 +00:00
editor = nvim
2021-08-24 23:16:19 +00:00
[credential]
helper = store
[color]
ui = auto
[init]
defaultBranch = master
[github]
user = MillironX
[pull]
rebase = false
[commit]
gpgsign = true
2021-08-24 23:16:19 +00:00
{{- if eq .chezmoi.osRelease.id "fedora" }}
[diff]
tool = kdiff3
[merge]
tool = kdiff3
{{- end }}