-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdot_gitconfig
More file actions
52 lines (39 loc) · 943 Bytes
/
dot_gitconfig
File metadata and controls
52 lines (39 loc) · 943 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
44
45
46
47
48
49
50
51
52
[user]
name = Sam Garson
email = samtgarson@gmail.com
[core]
excludesfile = ~/.gitignore
pager = delta
# editor = nvim
[pull]
rebase = true
[fetch]
prune = true
[color]
ui = true
colorMoved = zebra
[merge]
conflictstyle = zdiff3
[merge "npm-merge-driver"]
name = automatically merge npm lockfiles
driver = npx npm-merge-driver merge %A %O %B %P
[include]
path = ~/.gitconfig.local
[init]
defaultBranch = main
[interactive]
diffFilter = delta --color-only --features=interactive
[delta]
line-numbers = true
side-by-side = true
theme = tokyonight_moon
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
hunk-header-decoration-style = yellow box
[credential "https://github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential