1
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:
2019-09-07 21:26:10 -04:00
parent f763a1b3cd
commit 2c71836ba6
31 changed files with 1818 additions and 509 deletions

24
git/.gitconfig Normal file
View 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