-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig.tmpl
More file actions
53 lines (41 loc) · 899 Bytes
/
dot_gitconfig.tmpl
File metadata and controls
53 lines (41 loc) · 899 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
53
[core]
editor = nvim
pager = delta
preloadindex = true
autocrlf = input
{{- if eq .chezmoi.os "linux" }}
{{- if (.chezmoi.kernel.osrelease | lower | contains "microsoft") }}
sshCommand = ssh.exe
{{- end }}
{{- end }}
[interactive]
diffFilter = delta --color-only
[init]
defaultBranch = main
[branch]
sort = -committerdate
[maintenance]
auto = 1
[include]
path = ~/.config/delta/themes/cyberdream.gitconfig
path = ~/.config/delta/themes/cyberdream-light.gitconfig
[delta]
features = cyberdream-light
navigate = true
side-by-side = true
line-numbers = true
[difftool]
prompt = false
[difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE"
[diff]
tool = difftastic
[merge]
conflictStyle = zdiff3
[user]
name = frixaco
email = rustam21ashurmatov@gmail.com
{{ if .work -}}
[includeIf "gitdir:~/Documents/vbrato/"]
path = ~/Documents/vbrato/.gitconfig-vbrato
{{- end }}