-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitconfig
44 lines (43 loc) · 896 Bytes
/
.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
[gpg]
program = /usr/bin/gpg
[user]
signingkey = AE28ACFB54683630
email = [email protected]
name = Pawel Duda
; [commit]
; gpgsign = true
[core]
editor = vim -u NONE
; pager = delta
excludesfile = /Users/dudev/.gitignore
attributesfile = /Users/dudev/.gitattributes
[interactive]
diffFilter = delta --color-only
[pull]
rebase = true
[rebase]
instructionFormat = (%an <%ae>) %s
[delta]
decorations = true
line-numbers = true
navigate = true
syntax-theme = gruvbox-dark
light = false
[merge]
conflictstyle = diff3
[diff]
external = difft
colorMoved = default
[rerere]
enabled = true
[push]
autoSetupRemote = true
# difftastic added
[tools]
tool = difftastic
[difftool]
prompt = false
[difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE"
[pager]
difftool = true