diff --git a/.git-crypt/.gitattributes b/.git-crypt/.gitattributes new file mode 100644 index 0000000..665b10e --- /dev/null +++ b/.git-crypt/.gitattributes @@ -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 diff --git a/.git-crypt/keys/default/0/25787986B19167B89BFF55CF3159FF4CB13EBFB4.gpg b/.git-crypt/keys/default/0/25787986B19167B89BFF55CF3159FF4CB13EBFB4.gpg new file mode 100644 index 0000000..bf5633c Binary files /dev/null and b/.git-crypt/keys/default/0/25787986B19167B89BFF55CF3159FF4CB13EBFB4.gpg differ diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8e58b98 --- /dev/null +++ b/.gitattributes @@ -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 + diff --git a/.pam_environment b/.pam_environment index 81ff1b2..371eb1c 100644 --- a/.pam_environment +++ b/.pam_environment @@ -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 +