Adding git-crypt
This commit is contained in:
commit
2e292eadb3
4 changed files with 11 additions and 1 deletions
4
.git-crypt/.gitattributes
vendored
Normal file
4
.git-crypt/.gitattributes
vendored
Normal 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
|
Binary file not shown.
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal 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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue