Adding git-crypt

This commit is contained in:
Eric Renfro 2022-08-28 02:57:56 -04:00
commit 2e292eadb3
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
4 changed files with 11 additions and 1 deletions

4
.git-crypt/.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Do not edit this file. To specify the files to encrypt, create your own
# .gitattributes file in the directory where your files are.
* !filter !diff
*.gpg binary

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
.gitattributes !filter !diff
.config/hexchat/servlist.conf filter=git-crypt diff=git-crypt
.ssh/id_* filter=git-crypt diff=git-crypt

View File

@ -6,4 +6,6 @@ VISUAL=vim
#QT_QPA_PLATFORMTHEME=qgnomeplatform
MOZ_X11_EGL=1
MOZ_ENABLE_WAYLAND=1
SSH_ASKPASS=/usr/libexec/ssh/ksshaskpass
#SSH_ASKPASS=/usr/libexec/ssh/ksshaskpass
SSH_ASKPASS=/usr/lib/ssh/gnome-ssh-askpass3