Smirnov Oleksandr
Smirnov Oleksandr
ss2316544@gmail.com git: dont fuck up Ukrainain file names..., 2 years ago
ss2316544@gmail.com git: dont fuck up Ukrainain file names..., 2 years ago
| 1 | # vim: ft=gitconfig |
| 2 | |
| 3 | [user] |
| 4 | name = Smirnov Oleksandr |
| 5 | email = ss2316544@gmail.com |
| 6 | signingkey = 02BE5DDFB607A8F79E1B8F0B300387B5D7EE0DB2 |
| 7 | |
| 8 | [github] |
| 9 | name = olexsmir |
| 10 | |
| 11 | [gpg] |
| 12 | program = gpg2 |
| 13 | |
| 14 | [core] |
| 15 | editor = nvim |
| 16 | pager = delta |
| 17 | quotePath = false |
| 18 | |
| 19 | [init] |
| 20 | defaultBranch = "main" |
| 21 | |
| 22 | [alias] |
| 23 | l = log --oneline --decorate |
| 24 | s = status -sb |
| 25 | cm = commit -m |
| 26 | sw = switch |
| 27 | |
| 28 | [interactive] |
| 29 | diffFilter = delta --color-only |
| 30 | |
| 31 | [merge] |
| 32 | conflictstyle = diff3 |
| 33 | |
| 34 | [diff] |
| 35 | colorMoved = default |
| 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" |