Initial commit

This commit is contained in:
2025-03-18 19:21:17 +01:00
commit 8303887c16
137 changed files with 4067 additions and 0 deletions

8
conf.d/gpg-agent.fish Normal file
View File

@@ -0,0 +1,8 @@
# Gnome Keyring can (and will) mess up SSH_AUTH_SOCK, but we cant simply overwrite it, because auth forwarding mangles
# it, too
if not set -q SSH_AUTH_SOCK or string match -q "$HOME/.cache/keyring-*/ssh" $SSH_AUTH_SOCK
set -gx SSH_AUTH_SOCK $XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
end
set -gx GPG_TTY (tty)
#gpg-connect-agent updatestartuptty /bye > /dev/null