diff --git a/.tmux.conf b/.tmux.conf index c9b76f4..8130f58 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -15,12 +15,21 @@ set-option -g renumber-windows on # ────────────────────────────────────< List of plugins >────────────────────────────────── # ─< Import Plugins >─────────────────────────────────────────────────────────────────────── - set -g @plugin 'tmux-plugins/tpm' + +# ─< tmux settings everybody agreed >───────────────────────────────────────────────────── set -g @plugin 'tmux-plugins/tmux-sensible' +# ─< yank for tmux >────────────────────────────────────────────────────────────────────── set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin 'catppuccin/tmux' +# ─< tmux session plugin for after reboot sessions >────────────────────────────────────── +set -g @plugin 'tmux-plugins/tmux-resurrect' +# ─< tmux battery plugin >──────────────────────────────────────────────────────────────── +set -g @plugin 'tmux-plugins/tmux-battery' +# ─< colorschemes >─────────────────────────────────────────────────────────────────────── +# set -g @plugin 'catppuccin/tmux' set -g @plugin 'janoamaral/tokyo-night-tmux' +# ─< copyct plugin >────────────────────────────────────────────────────────────────────── +set -g @plugin 'tmux-plugins/tmux-copycat' # ─────────────────────────────────────────< Themes >───────────────────────────────────────── # ─< catppuccin >─────────────────────────────────────────────────────────────────────────