1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

random updates before formatting macbook 😬

This commit is contained in:
2019-11-03 13:37:58 -05:00
parent 2ebc986138
commit f67b7d0cad
6 changed files with 43 additions and 15 deletions

View File

@@ -13,11 +13,6 @@
[core]
editor = nano
excludesfile = ~/.gitignore_global
[filter "lfs"]
required = true
smudge = git-lfs smudge -- %f
clean = git-lfs clean -- %f
process = git-lfs filter-process
[github]
user = jakejarvis
[pull]
@@ -25,3 +20,8 @@
[hub]
host = github.com
host = git.jarv.is
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true