Move some sensitive git bits to an encrypted file

This commit is contained in:
Josh Sherman 2022-03-17 22:30:19 -05:00
parent 9cdd713a0c
commit a60e9daf74
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
4 changed files with 8 additions and 9 deletions

View file

@ -1,3 +1,4 @@
git/.gituser
ssh/.ssh/config
ssh/.ssh/config.d/holidayapi
ssh/.ssh/config.d/mailshake

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ known_hosts
/ssh/.ssh/config.d/mailshake
/ssh/.ssh/config.d/risksmith
/ssh/.ssh/config.d/sherman
/git/.gituser

View file

@ -1,17 +1,14 @@
[user]
name = Josh Sherman
email = joshsherman@gmail.com
[github]
user = joshtronic
[include]
path = ~/.gituser
[credential]
helper = cache --timeout=86400
[color]
branch = auto
diff = auto
status = auto
branch = always
diff = always
interactive = always
status = always
[core]
editor = nvim

BIN
git/.gituser.gpg Normal file

Binary file not shown.