mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-24 14:59:46 +01:00
push gitconfig
This commit is contained in:
23
.gitconfig
Normal file
23
.gitconfig
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
[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
|
||||||
Reference in New Issue
Block a user