-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
44 lines (31 loc) · 813 Bytes
/
dot_gitconfig
File metadata and controls
44 lines (31 loc) · 813 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
[user]
name = Daniel Rivas
email = 1887507+danielrs@users.noreply.github.com
[init]
defaultBranch = main
[core]
autocrlf = input
ignorecase = false
[push]
default = simple
[includeIf "gitdir:~/Development/"]
path = ~/Development/.gitconfig_include
[includeIf "gitdir:~/Development/github.com/"]
path = ~/Development/github.com/.gitconfig_include
[includeIf "gitdir:~/Development/cloudflare/"]
path = ~/Development/cloudflare/.gitconfig_include
# ----------------
# Diff
# ----------------
# See: https://github.com/dandavison/delta
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[include]
path = ~/.config/delta/themes/catppuccin.gitconfig
[delta]
navigate = true
features = catppuccin-latte
[merge]
conflictstyle = zdiff3