mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-24 14:59:46 +01:00
24 lines
457 B
INI
24 lines
457 B
INI
[user]
|
|
email = tiyn@posteo.eu
|
|
name = tiyn
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
[init]
|
|
defaultBranch = main
|
|
[fetch]
|
|
prune = true
|
|
[core]
|
|
pager = delta
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
[delta]
|
|
navigate = true
|
|
dark = true
|
|
side-by-side = true
|
|
show-syntax-themes = true
|
|
[merge]
|
|
conflictStyle = zdiff3
|