diff --git a/tmux.conf b/tmux.conf index 076edf5..fafb5ac 100644 --- a/tmux.conf +++ b/tmux.conf @@ -83,3 +83,10 @@ set -g pane-active-border-bg black set -g message-fg default set -g message-bg default set -g message-attr bright + +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' + +#Initialize TPM(has to be last line) +run -b '~/.tmux/plugins/tpm/tpm'