-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
63 lines (55 loc) · 1.24 KB
/
gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[user]
email = spookcity138@gmail.com
name = Rick M.
[gui]
editor = subl3
displayuntracked = true
historybrowser = git-dag
warndetachedcommit = true
fontui = -family \"DejaVu Sans Mono\" -size 9 -weight normal -slant roman -underline 0 -overstrike 0
fontdiff = -family Monaco -size 11 -weight normal -slant roman -underline 0 -overstrike 0
[merge]
tool = meld
conflictstyle = diff3
diffstat = true
summary = true
[credential]
helper = store --file /home/rick/.config/git/credentials
[difftool]
prompt = false
[difftool "meld"]
cmd = meld "$LOCAL" "$REMOTE"
path = /usr/bin/meld
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow
frag = magenta bold
old = red bold
new = green bold
commit = yellow bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[cola]
spellcheck = false
fontdiff = Hack,8,-1,5,50,0,0,0,0,0
blameviewer = git gui blame
boldheaders = true
terminal = kitty
icontheme = default
theme = flat-dark-green
hidpi = 1.5
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22