-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdot_gitconfig
More file actions
68 lines (59 loc) · 1.78 KB
/
dot_gitconfig
File metadata and controls
68 lines (59 loc) · 1.78 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[user]
name = malkoG
email = rijgndqw012@gmail.com
[core]
pager = delta --pager cat
excludesfile = /Users/kodingwarrior/.gitignore
[interactive]
diffFilter = delta --color-only
[delta]
features = colibri-revised
navigate = true # use n and N to move between diff sections
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[safe]
directory = $HOME/.oh-my-zsh
[pull]
rebase = true
[alias]
navigate = !ruby ~/automation/browse_diff.rb
briefing = log --oneline --graph --decorate --pretty=format:'%h (%cd) - %s' --date=short
[delta "colibri-revised"]
# author: https://github.com/malkoG
# Based on colibri: https://github.com/pablospe
commit-decoration-style = 130 box
dark = true
file-decoration-style = "#606018" overline
file-added-label = [●]
file-copied-label = [C]
file-modified-label = [+]
file-removed-label = [⛌]
file-renamed-label = [→]
file-style = 232 bold 184
hunk-header-style = syntax bold italic 237
line-numbers = false
line-numbers-left-format = "{nm:>1}┊"
line-numbers-left-style = red
line-numbers-minus-style = red bold
line-numbers-plus-style = green bold
line-numbers-right-format = " {np:>1}┊"
line-numbers-right-style = green
line-numbers-zero-style = "#545474" italic
minus-emph-style = normal "#80002a"
minus-style = normal "#5e0000"
plus-emph-style = syntax bold "#007e5e"
plus-style = syntax "#003500"
syntax-theme = OneHalfDark
whitespace-error-style = "#80002a" reverse
zero-style = syntax
blame-format = "{author:<18} ({commit:>7}) ┊{timestamp:^16}┊ "
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[gtr "ai"]
default = claude
editor = nvim