summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 50006b9332eb2651a6ba3aef708898d9ca6b5578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[user]
    name = Adam
    email = adam@adast.xyz

[core]
    pager = delta

[interactive]
    diffFilter = delta --color-only

[delta]
    syntax-theme = TwoDark
    commit-decoration-style = yellow ol
    hunk-header-decoration-style = magenta box
    hunk-header-style = syntax file line-number
    file-style = omit
    plus-style = syntax "#003800"
    minus-style = syntax "#3f0001"

[merge]
    conflictstyle = diff3