mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Update repo structure as part of nixification
This commit is contained in:
parent
49e67c64fb
commit
cc0efcfdde
56 changed files with 181 additions and 154 deletions
21
legacy/copy/mac/gitconfig
Normal file
21
legacy/copy/mac/gitconfig
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[user]
|
||||
name = Gene Liverman
|
||||
email = gene@technicalissues.us
|
||||
|
||||
[commit]
|
||||
gpgSign = true
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
[gpg]
|
||||
program = gpg2
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[merge]
|
||||
conflictStyle = diff3
|
||||
[pull]
|
||||
rebase = false
|
||||
[alias]
|
||||
kraken = !open "gitkraken://repo$(cd "${1:-.}" && git rev-parse --show-toplevel); :"
|
||||
5
legacy/copy/puppetforge.yml
Normal file
5
legacy/copy/puppetforge.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
url: 'https://forgeapi.puppetlabs.com'
|
||||
username: 'genebean'
|
||||
password: 'change-me-to-a-real-password'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue