Initial commit of existing dotfiles
This commit is contained in:
parent
cea2346979
commit
8af8531cc2
34
.gitconfig
Normal file
34
.gitconfig
Normal file
@ -0,0 +1,34 @@
|
||||
[user]
|
||||
name = Ben Kreeger
|
||||
email = ben@kree.gr
|
||||
signingkey = 1F33DAF2F49E4046
|
||||
[core]
|
||||
excludesfile = /Users/bkreeger/.gitignore.global
|
||||
editor = nvim
|
||||
compression = 0
|
||||
packedGitLimit = 512m
|
||||
packedGitWindowSize = 512m
|
||||
[pack]
|
||||
deltaCacheSize = 2047m
|
||||
packSizeLimit = 2047m
|
||||
windowMemory = 2047m
|
||||
[color]
|
||||
ui = true
|
||||
[github]
|
||||
user = kreeger
|
||||
[push]
|
||||
default = matching
|
||||
[credential]
|
||||
helper = osxkeychain
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean %f
|
||||
smudge = git-lfs smudge %f
|
||||
required = true
|
||||
[gpg]
|
||||
program = /usr/local/bin/gpg
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[pull]
|
||||
ff = only
|
||||
8
.gitignore.global
Normal file
8
.gitignore.global
Normal file
@ -0,0 +1,8 @@
|
||||
*.DS_Store
|
||||
*.pyc
|
||||
.env
|
||||
.ruby-version
|
||||
.node-version
|
||||
*.xcscmblueprint
|
||||
.npmrc
|
||||
.idea
|
||||
21
.mackup.cfg
Normal file
21
.mackup.cfg
Normal file
@ -0,0 +1,21 @@
|
||||
[storage]
|
||||
engine = icloud
|
||||
|
||||
[applications_to_sync]
|
||||
apple-music
|
||||
bartender
|
||||
daisydisk
|
||||
gnupg
|
||||
istat-menus
|
||||
mackup
|
||||
macosx
|
||||
my-files
|
||||
quicklook
|
||||
rectangle
|
||||
spark
|
||||
sublime-text
|
||||
tower
|
||||
transmission
|
||||
vscode
|
||||
whatsapp
|
||||
xcode
|
||||
Loading…
x
Reference in New Issue
Block a user