-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig.tmpl
More file actions
39 lines (39 loc) · 964 Bytes
/
dot_gitconfig.tmpl
File metadata and controls
39 lines (39 loc) · 964 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
[user]
name = TheEdgeOfRage
email = git@theedgeofrage.com
{{ if (index . "gui" | default false) -}}
signingkey = 66AD4BA646FBC0D2
{{- end }}
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
slg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s' --abbrev-commit
[difftool]
prompt = false
{{ if (index . "gui" | default false) -}}
[commit]
gpgsign = true
{{- end }}
[pull]
rebase = true
[url "github.com:duneanalytics"]
insteadOf = https://github.com/duneanalytics
[url "github.com:duneanalytics"]
insteadOf = https://github.com/smlxl
[init]
defaultBranch = main
[color]
ui = auto
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[advice]
skippedCherryPicks = false
[delta]
navigate = true
side-by-side = true
line-numbers = true
true-color = always
syntax-theme = gruvbox-dark
[diff]
colorMoved = no