Initial commit of existing dotfiles

This commit is contained in:
Ben Kreeger 2023-04-16 22:13:43 -05:00
parent cea2346979
commit 8af8531cc2
Signed by: kreeger
GPG Key ID: 1F33DAF2F49E4046
5 changed files with 67 additions and 0 deletions

1
.gemrc Normal file
View File

@ -0,0 +1 @@
gem: --no-ri --no-rdoc

34
.gitconfig Normal file
View 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
View File

@ -0,0 +1,8 @@
*.DS_Store
*.pyc
.env
.ruby-version
.node-version
*.xcscmblueprint
.npmrc
.idea

21
.mackup.cfg Normal file
View 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

3
setup.sh Normal file
View File

@ -0,0 +1,3 @@
#/usr/bin/env bash
# Setup script.