-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
39 lines (32 loc) · 770 Bytes
/
dot_gitconfig
File metadata and controls
39 lines (32 loc) · 770 Bytes
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
[user]
email = rob@lazzurs.org
name = Rob Lazzurs
signingkey = /Users/lazzurs/.ssh/keys/signing-key.pub
[core]
editor = vim
autocrlf = input
[pull]
rebase = false
[push]
autoSetupRemote = true
[init]
defaultBranch = main
[gpg]
format = ssh
[includeIf "gitdir:~/.local/"]
path = ~/.local/.gitconfig
[includeIf "gitdir:~/git/triton/"]
path = ~/git/triton/.gitconfig
[includeIf "gitdir:~/git/github/"]
path = ~/git/github/.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