add .gitconfig

This commit is contained in:
surtur 2021-05-20 21:04:45 +02:00
parent 975800a79f
commit 0b9f4a7170
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

30
.gitconfig Normal file

@ -0,0 +1,30 @@
[user]
name = surtur
email = a_mirre@utb.cz
[commit]
gpgsign = true
[oh-my-zsh]
hide-status = 1
[cola]
spellcheck = false
statusshowtotals = true
[color]
ui = auto
[tag]
gpgsign = true
[pull]
ff = only
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
quotePath = false
commitGraph = true
[receive]
advertisePushOptions = true
[push]
gpgSign = if-asked
[gc]
writeCommitGraph = true