-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
43 lines (34 loc) · 805 Bytes
/
dot_gitconfig
File metadata and controls
43 lines (34 loc) · 805 Bytes
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
[init]
defaultBranch = main
[color]
ui = true
[user]
email = kimdhyungg@gmail.com
name = Daehyun Kim
[credential "github.com"]
username = vimkim
[core]
editor = nvim
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
side-by-side = true
line-numbers = true
# delta detects terminal colors automatically; set one of these to disable auto-detection
# dark = true
# light = true
[diff]
tool = nvimdiff
[merge]
conflictstyle = zdiff3
tool = nvimdiff
[commit]
verbose = 1
[credential "https://github.com"]
helper =
helper = !/home/linuxbrew/.linuxbrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/home/linuxbrew/.linuxbrew/bin/gh auth git-credential