-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_gitconfig
54 lines (49 loc) · 1.81 KB
/
dot_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
50
51
52
53
54
[core]
pager = delta
[include]
path = ~/.config/delta/themes.gitconfig
[interactive]
diffFilter = delta --color-only --dark -n --syntax-theme Monokai Extended Origin
[delta]
navigate = true
light = false
minus-style = syntax "#36252f"
minus-non-emph-style = syntax "#36252f"
minus-emph-style = syntax "#6f3a40"
minus-empty-line-marker-style = syntax "#36252f"
line-numbers-minus-style = "#b2555b"
plus-style = syntax "#20303b"
plus-non-emph-style = syntax "#20303b"
plus-emph-style = syntax "#2c5a66"
plus-empty-line-marker-style = syntax "#20303b"
line-numbers-plus-style = "#266d6a"
line-numbers-zero-style = "#4e4e4e"
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[init]
defaultBrach = main
defaultBranch = main
[protocol "file"]
allow = 1
allow = always
[credential]
helper = keepassxc --git-groups
[user]
email = [email protected]
name = xfo-0
[maintenance]
repo = /home/xfo/.local/share/zsh/znap
repo = /home/xfo/.local/share/zsh/aureliojargas/clitest
repo = /home/xfo/.local/share/zsh/djui/alias-tips
repo = /home/xfo/.local/share/zsh/hlissner/zsh-autopair
repo = /home/xfo/.local/share/zsh/ianthehenry/zsh-autoquoter
repo = /home/xfo/.local/share/zsh/jeffreytse/zsh-vi-mode
repo = /home/xfo/.local/share/zsh/kutsan/zsh-system-clipboard
repo = /home/xfo/.local/share/zsh/mafredri/zsh-async
repo = /home/xfo/.local/share/zsh/marlonrichert/zsh-autocomplete
repo = /home/xfo/.local/share/zsh/reegnz/jq-zsh-plugin
repo = /home/xfo/.local/share/zsh/zdharma-continuum/fast-syntax-highlighting
repo = /home/xfo/.local/share/zsh/zsh-users/zsh-autosuggestions
repo = /home/xfo/.local/share/zsh/zsh-users/zsh-completions