-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_gitconfig
42 lines (34 loc) · 878 Bytes
/
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
[user]
email = rob@lazzurs.org
name = Rob Lazzurs
signingkey = D0D98ECE14FF7775
[core]
editor = vim
autocrlf = input
[pull]
rebase = false
[push]
autoSetupRemote = true
[init]
defaultBranch = main
[includeIf "gitdir:~/.local/"]
path = ~/.local/.gitconfig
[includeIf "gitdir:~/git/ei/"]
path = ~/git/ei/.gitconfig
[includeIf "gitdir:~/git/triton/"]
path = ~/git/triton/.gitconfig
[includeIf "gitdir:~/git/github/"]
path = ~/git/github/.gitconfig
[includeIf "gitdir:~/git/github/amachsoftware/"]
path = ~/git/github/amachsoftware/.gitconfig
[includeIf "gitdir:~/git/github/unicornops/"]
path = ~/git/github/unicornops/.gitconfig
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[commit]
gpgsign = true