diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..f6d5f6a --- /dev/null +++ b/.gitconfig @@ -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