added personal files

these files might contain private information, such as git forges' URL
or which gpg key I use for specific repos.
Basically, you would only need them if you were me.
This commit is contained in:
kalmenn 2023-12-21 23:02:37 +01:00
parent ce2dcc78ec
commit d58ebe5d92
Signed by: kalmenn
GPG key ID: F500055C44BC3834
4 changed files with 12 additions and 0 deletions

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
personal_config filter=git-crypt diff=git-crypt
ssh_allowed_signers filter=git-crypt diff=git-crypt

9
config
View file

@ -1,3 +1,11 @@
# Some files are only relevent to me, and might contain private information
# (git forge URLs, which gpg keys to use, ...). They are encrypted using
# git-crypt to be extra safe.
# All of them are included under the file below so, if you wish to reuse my
# config, you'll need to delete that setting. Otherwise git will complain.
[include]
path = personal_config
[core]
editor = nvim
@ -6,6 +14,7 @@
[commit]
gpgsign = true
[filter "lfs"]
required = true
clean = git-lfs clean -- %f

BIN
personal_config Normal file

Binary file not shown.

BIN
ssh_allowed_signers Normal file

Binary file not shown.