Use git-delta for paging (and misc git config)
This commit is contained in:
parent
100df155b6
commit
e61590b809
|
@ -6,3 +6,35 @@
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
[color]
|
||||||
|
ui = "auto"
|
||||||
|
|
||||||
|
[core]
|
||||||
|
autocrlf = "input"
|
||||||
|
excludesfile = "~/.gitignore"
|
||||||
|
pager = "delta"
|
||||||
|
|
||||||
|
[delta]
|
||||||
|
light = false
|
||||||
|
navigate = true
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
colorMoved = "default"
|
||||||
|
|
||||||
|
[fetch]
|
||||||
|
prune = true
|
||||||
|
|
||||||
|
[interactive]
|
||||||
|
diffFilter = "delta --color-only"
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
conflictstyle = "diff3"
|
||||||
|
ff = "only"
|
||||||
|
|
||||||
|
[push]
|
||||||
|
default = "current"
|
||||||
|
|
||||||
|
[rebase]
|
||||||
|
autosquash = true
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
firefox
|
firefox
|
||||||
git
|
git
|
||||||
ripgrep
|
ripgrep
|
||||||
|
git-delta
|
||||||
ncurses
|
ncurses
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue