-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
71 lines (52 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[include]
path = ~/.gitconfig.local
[core]
editor = nvim
pager = delta
[user]
name = Laker Turner
email = [email protected]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM1eDPAc/Ue0mSnxYkERSMV82LkJytWkmJqqxGYTE9th
[init]
defaultBranch = main
[commit]
gpgsign = true
[push]
default = current
[diff]
algorithm = histogram
[merge]
conflictstyle = zdiff3
[branch]
sort = -committerdate
[alias]
a = add
co = checkout
st = status
c = 'commit'
unstage = 'reset HEAD --'
p = push
last = 'log -1 HEAD'
cl = 'clone'
# signing stuff weeeeeeeeeeeeeee
[gpg]
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
# remote url aliases so i dont get carpal tunnel from writing out [email protected]:~la/fuck-this
[url "ssh://soft"]
insteadOf = soft
insteadOf = ss
insteadOf = la
[url "[email protected]:"]
insteadOf = https://gitlab.com/
[url "[email protected]:"]
insteadOf = https://bitbucket.org/
[url "[email protected]:"]
insteadOf = gh:
pushInsteadOf = "https://github.com/"
[url "[email protected]:"]
insteadOf = [email protected]:
insteadOf = sr.ht:
[url "ssh://[email protected]"]
insteadOf = aur