This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.gitconfig

37 lines
644 B
INI
Raw Normal View History

2018-03-18 08:48:03 +01:00
[user]
name = Simon Bruder
email = simon@sbruder.de
signingkey = 51276B7B829AF24674F2AA716F03E0000CC5B62F
2020-10-07 21:52:37 +02:00
2018-03-18 08:48:03 +01:00
[commit]
gpgsign = true
2020-10-07 21:52:37 +02:00
2018-03-18 08:48:03 +01:00
[core]
excludesfile = ~/.gitignore
2020-10-07 22:19:58 +02:00
pager = delta
2019-10-14 17:50:49 +02:00
quotepath = off
2020-10-07 21:52:37 +02:00
2019-04-16 02:33:09 +02:00
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
2020-10-07 21:52:37 +02:00
2020-08-16 16:50:33 +02:00
[pull]
ff = only
2020-10-07 22:19:58 +02:00
[interactive]
diffFilter = delta --color-only
[delta]
line-numbers = true
side-by-side = true
decorations = true
features = decorations
syntax-theme = base16
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none