-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
49 lines (45 loc) · 1.14 KB
/
.gitconfig
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
[user]
email = [email protected]
name = Nikola Marić
[hub]
protocol = https
[core]
editor = nvim
pager = delta
excludesFile = ~/.dotfiles/.gitignore_global
[delta]
plus-style = syntax "#012800"
minus-style = normal "#340001"
syntax-theme = Monokai Extended
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
[diff]
colorMoved = default
[pull]
rebase = false
[push]
autoSetupRemote = false # use gpsu to --set-upstream
[alias]
project-summary = !which onefetch && onefetch
[init]
defaultBranch = main
templatedir = ~/.git_template
[diff "odt"]
textconv = odt2txt
binary = true
[diff "word"]
textconv = catdoc
binary = true
[diff "xls"]
textconv = xls2csv
binary = true
[diff "ppt"]
textconv = catppt
binary = true
[includeIf "gitdir:~/Workspace/"]
path = ~/Workspace/.gitconfig
[url "ssh://[email protected]/"]
insteadOf = https://github.com/