1
Fork 0

Initial commit with gitconfig.

This commit is contained in:
Bauke 2022-05-11 19:42:54 +02:00
commit 01e4da4f78
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 22 additions and 0 deletions

22
.gitconfig Normal file
View File

@ -0,0 +1,22 @@
[commit]
gpgsign = true
[core]
filemode = false
[delta]
plus-style = "syntax #012800"
minus-style = "syntax #340001"
syntax-theme = Monokai Extended
navigate = true
[init]
defaultBranch = main
[interactive]
diffFilter = delta --color-only
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[user]
name = Bauke
email = me@bauke.xyz
signingkey = C1C0F29952BCF558