-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
37 lines (31 loc) · 816 Bytes
/
dot_gitconfig
File metadata and controls
37 lines (31 loc) · 816 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
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Liam Doyle
email = liamdoyle@limegorilla.co.uk
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDb/9H2jynpeg94MZOoqC99E7AfqV3BTH5dy/tutc1Gx
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[commit]
gpgsign = true
[core]
editor = nvim
pager = delta
ignoreCase = false
[pull]
rebase = false
[push]
autoSetupRemote = true
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
# delta detects terminal colors automatically; set one of these to disable auto-detection
# dark = true
# light = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default