-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitconfig
68 lines (51 loc) · 1.13 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[gpg]
program = /usr/local/MacGPG2/bin/gpg2
[user]
signingkey = B28D3A60
name = Akash
email = [email protected]
[alias]
st = status -sb
co = checkout
c = commit --short
ci = commit --short
p = push
l = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --decorate --date=short --color --decorate
[init]
defaultBranch = main
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[color]
ui = true
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[include]
# path = ~/.config/delta/themes/modus_operandi.gitconfig
# path = ~/.config/delta/themes/modus_vivendi.gitconfig
path = ~/.config/delta/themes/catppuccin.gitconfig
[delta]
navigate = true # use n and N to move between diff sections
side-by-side = false
line-numbers = true
features = catppuccin-frappe
[merge]
conflictstyle = zdiff3
[diff]
colorMoved = default
[rebase]
autoStash = true
[pull]
rebase = false
[push]
default = upstream
[github]
user = roguesherlock
[commit]
gpgsign = true
[credential]
helper = osxkeychain