Move some sensitive git bits to an encrypted file
This commit is contained in:
parent
9cdd713a0c
commit
a60e9daf74
4 changed files with 8 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
git/.gituser
|
||||
ssh/.ssh/config
|
||||
ssh/.ssh/config.d/holidayapi
|
||||
ssh/.ssh/config.d/mailshake
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@ known_hosts
|
|||
/ssh/.ssh/config.d/mailshake
|
||||
/ssh/.ssh/config.d/risksmith
|
||||
/ssh/.ssh/config.d/sherman
|
||||
/git/.gituser
|
||||
|
|
|
@ -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
BIN
git/.gituser.gpg
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue