all repos

dotfiles @ 3e6f777

i use rach linux btw
1 files changed, 30 insertions(+), 1 deletions(-)
git: setup delta
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-30 21:26:10 +0200
Parent: 9f350e3
M gitconfig
···
                
                1
                +# vim: ft=gitconfig

              
                
                2
                +

              
                1
                3
                 [user]

              
                2
                4
                     name = Smirnov Oleksandr

              
                3
                5
                     email = ss2316544@gmail.com

              
                4
                
                -    signingkey = 300387B5D7EE0DB2

              
                
                6
                +    signingkey = 02BE5DDFB607A8F79E1B8F0B300387B5D7EE0DB2

              
                5
                7
                 

              
                6
                8
                 [github]

              
                7
                9
                     name = olexsmir

              ···
                11
                13
                 

              
                12
                14
                 [core]

              
                13
                15
                     editor = nvim

              
                
                16
                +    pager = delta

              
                14
                17
                 

              
                15
                18
                 [init]

              
                16
                19
                     defaultBranch = "main"

              ···
                27
                30
                     p = pull

              
                28
                31
                     re = restore

              
                29
                32
                     r = rebase

              
                
                33
                +

              
                
                34
                +[interactive]

              
                
                35
                +    diffFilter = delta

              
                
                36
                +

              
                
                37
                +[delta]

              
                
                38
                +    features = tokyonight

              
                
                39
                +

              
                
                40
                +    true-color = always

              
                
                41
                +    navigate = true

              
                
                42
                +    light = false

              
                
                43
                +    keep-plus-minus-markers = true

              
                
                44
                +    line-numbers = true

              
                
                45
                +    file-decoration-style = none

              
                
                46
                +

              
                
                47
                +[delta "tokyonight"]

              
                
                48
                +    minus-style                   = syntax "#37222c"

              
                
                49
                +    minus-non-emph-style          = syntax "#37222c"

              
                
                50
                +    minus-emph-style              = syntax "#713137"

              
                
                51
                +    minus-empty-line-marker-style = syntax "#37222c"

              
                
                52
                +    line-numbers-minus-style      = "#b2555b"

              
                
                53
                +    plus-style                    = syntax "#20303b"

              
                
                54
                +    plus-non-emph-style           = syntax "#20303b"

              
                
                55
                +    plus-emph-style               = syntax "#2c5a66"

              
                
                56
                +    plus-empty-line-marker-style  = syntax "#20303b"

              
                
                57
                +    line-numbers-plus-style       = "#266d6a"

              
                
                58
                +    line-numbers-zero-style       = "#3b4261"