From 63c02e3004dd2f8751952565a3440e7fa538e863 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 12 Sep 2024 08:11:50 +0200 Subject: [PATCH] addet some plugins and some documentation --- .tmux.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 >─────────────────────────────────────────────────────────────────────────