mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
git: setup delta
This commit is contained in:
parent
9f350e30cb
commit
3e6f777bd7
1 changed files with 30 additions and 1 deletions
31
gitconfig
31
gitconfig
|
|
@ -1,7 +1,9 @@
|
||||||
|
# vim: ft=gitconfig
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Smirnov Oleksandr
|
name = Smirnov Oleksandr
|
||||||
email = ss2316544@gmail.com
|
email = ss2316544@gmail.com
|
||||||
signingkey = 300387B5D7EE0DB2
|
signingkey = 02BE5DDFB607A8F79E1B8F0B300387B5D7EE0DB2
|
||||||
|
|
||||||
[github]
|
[github]
|
||||||
name = olexsmir
|
name = olexsmir
|
||||||
|
|
@ -11,6 +13,7 @@
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
pager = delta
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = "main"
|
defaultBranch = "main"
|
||||||
|
|
@ -27,3 +30,29 @@
|
||||||
p = pull
|
p = pull
|
||||||
re = restore
|
re = restore
|
||||||
r = rebase
|
r = rebase
|
||||||
|
|
||||||
|
[interactive]
|
||||||
|
diffFilter = delta
|
||||||
|
|
||||||
|
[delta]
|
||||||
|
features = tokyonight
|
||||||
|
|
||||||
|
true-color = always
|
||||||
|
navigate = true
|
||||||
|
light = false
|
||||||
|
keep-plus-minus-markers = true
|
||||||
|
line-numbers = true
|
||||||
|
file-decoration-style = none
|
||||||
|
|
||||||
|
[delta "tokyonight"]
|
||||||
|
minus-style = syntax "#37222c"
|
||||||
|
minus-non-emph-style = syntax "#37222c"
|
||||||
|
minus-emph-style = syntax "#713137"
|
||||||
|
minus-empty-line-marker-style = syntax "#37222c"
|
||||||
|
line-numbers-minus-style = "#b2555b"
|
||||||
|
plus-style = syntax "#20303b"
|
||||||
|
plus-non-emph-style = syntax "#20303b"
|
||||||
|
plus-emph-style = syntax "#2c5a66"
|
||||||
|
plus-empty-line-marker-style = syntax "#20303b"
|
||||||
|
line-numbers-plus-style = "#266d6a"
|
||||||
|
line-numbers-zero-style = "#3b4261"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue