Newest version of dotfiles with Ghostty, Fish, kickstart vim and zsh updates

This commit is contained in:
2025-06-04 16:33:07 +02:00
parent ee2a3a74ca
commit 778d39833c
132 changed files with 6177 additions and 5317 deletions

View File

@@ -0,0 +1,10 @@
# SSH/GPG setup
set -gx GPG_TTY (tty)
set -gx SSH_AUTH_SOCK ~/.gnupg/S.gpg-agent.ssh
# Launch GPG agent
gpgconf --launch gpg-agent
if test "$gnupg_SSH_AUTH_SOCK_by" != "$fish_pid"
set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
end