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

27 lines
434 B
Cheetah

[user]
name = "Thomas A. Christensen II"
email = "25492070+MillironX@users.noreply.github.com"
signingkey = 0xD5F50D10552A4BEC
[core]
editor = nvim
[credential]
helper = store
[color]
ui = auto
[init]
defaultBranch = master
[github]
user = MillironX
[pull]
rebase = false
[safe]
directory = /var/docker
{{- if eq .machinetype "workstation" }}
[commit]
gpgsign = true
[diff]
tool = kdiff3
[merge]
tool = kdiff3
{{- end }}