Tmux Config: add plugin manager & and resurrect plugin

This commit is contained in:
Aroy-Art 2024-12-17 16:31:46 +01:00
parent 5cbe3f5c07
commit 11589e05e0
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -30,3 +30,13 @@ set -ga terminal-overrides ",*256col*:Tc"
##################################################################### #####################################################################
set -g base-index 1 set -g base-index 1
setw -g pane-base-index 1 setw -g pane-base-index 1
#####################################################################
# Plugins
#####################################################################
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'