Improve SSH life on Linux with Keychain and Tmux agent forwarding, now

resembles Mac experience.
This commit is contained in:
Martin Larsson 2025-07-15 13:40:21 +02:00
parent ae37074ce4
commit 098fc2c41e
2 changed files with 15 additions and 3 deletions

View file

@ -130,9 +130,9 @@ set -g status-right "#($HOME/.config/tmux/tmux-status-right.sh)"
set -g status-bg "#171B24"
set -g status-style bold
# set -g @catppuccin_flavour "macchiato"
# set -g @catppuccin_status_background "#1e2030"
# set -g @plugin "catppuccin/tmux"
# SSH agent forwarding
set-option -g update-environment "SSH_AUTH_SOCK SSH_CONNECTION"
setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
set -g @plugin "tmux-plugins/tpm"
run "~/dev/git/tpm/tpm"