mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-01-12 16:32:54 -05:00
Look mom, I finally have a *real* dotfiles repo like the cool kids! 😎
This commit is contained in:
24
git/.gitconfig
Normal file
24
git/.gitconfig
Normal file
@@ -0,0 +1,24 @@
|
||||
[credential]
|
||||
helper = osxkeychain
|
||||
[user]
|
||||
email = jake@jarv.is
|
||||
name = Jake Jarvis
|
||||
signingkey = 2B0C9CF251E69A39
|
||||
[gpg]
|
||||
program = /usr/local/bin/gpg
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[push]
|
||||
default = current
|
||||
[pull]
|
||||
rebase = true
|
||||
[core]
|
||||
editor = nano
|
||||
excludesfile = ~/.gitignore_global
|
||||
[filter "lfs"]
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
[github]
|
||||
user = jakejarvis
|
||||
Reference in New Issue
Block a user