-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
32 lines (32 loc) · 779 Bytes
/
.gitconfig
File metadata and controls
32 lines (32 loc) · 779 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
[include]
path = ~/.config/delta/themes/catppuccin.gitconfig
[user]
name = Collin Dutter
email = collindutter@gmail.com
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAjfLNNONxsPdK1tIJ/82W/oPJhN9+OqAS5ZLZTvCV+A
[color]
ui = true
[pull]
rebase = true
[rerere]
enabled = true
[core]
autocrlf = input
editor = nvim
[init]
defaultBranch = main
[delta]
features = catppuccin-macchiato
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
allowedSignersFile = /Users/collindutter/.ssh/allowed_signers
[commit]
gpgsign = true
[credential "https://github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential