mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-05-14 22:14:24 -04:00
Look mom, I finally have a *real* dotfiles repo like the cool kids! 😎
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,30 @@
|
||||
# General
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
*~
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
Reference in New Issue
Block a user