diff --git a/bootstrap/dotfiles/.tmux.conf b/bootstrap/dotfiles/.tmux.conf index 4056b9c..91d9b78 100644 --- a/bootstrap/dotfiles/.tmux.conf +++ b/bootstrap/dotfiles/.tmux.conf @@ -1,8 +1,12 @@ -# -# Example .tmux.conf -# -# By Nicholas Marriott. Public domain. -# +# Source & run tpm package +set -g @plugin 'tmux-plugins/tpm' +# Intall tmux fixes of annoying issues +set -g @plugin 'tmux-plugins/tmux-sensible' +# Catppuccine theme +set -g @plugin 'catpputccin/tmux' + + +run '~/.tmux/plugins/tpm/tpm' # Some tweaks to the status line set -g status-right "%H:%M"