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

25 lines
349 B
Cheetah

3 years ago
[user]
name = {{ .name }}
email = {{ .email }}
signingkey = {{ .pubkey }}
[core]
editor = nvim
3 years ago
[credential]
helper = store
[color]
ui = auto
[init]
defaultBranch = master
[github]
user = MillironX
[pull]
rebase = false
{{- if eq .machinetype "workstation" }}
[commit]
gpgsign = true
3 years ago
[diff]
tool = kdiff3
[merge]
tool = kdiff3
{{- end }}