1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2025-01-03 04:32:07 -05:00
dotfiles/executable_dot_gitconfig.tmpl

27 lines
434 B
Cheetah
Raw Normal View History

2021-08-24 19:16:19 -04:00
[user]
2023-03-02 13:32:57 -05:00
name = "Thomas A. Christensen II"
email = "25492070+MillironX@users.noreply.github.com"
signingkey = 0xD5F50D10552A4BEC
2021-08-24 19:16:19 -04:00
[core]
2023-03-02 13:25:10 -05:00
editor = nvim
2021-08-24 19:16:19 -04:00
[credential]
helper = store
[color]
ui = auto
[init]
defaultBranch = master
[github]
user = MillironX
[pull]
rebase = false
[safe]
directory = /var/docker
2023-03-02 13:28:57 -05:00
{{- if eq .machinetype "workstation" }}
[commit]
gpgsign = true
2021-08-24 19:16:19 -04:00
[diff]
tool = kdiff3
[merge]
tool = kdiff3
{{- end }}