aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/tmux/tmux.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index fc2c965..e9b4b98 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -45,10 +45,11 @@ bind -r C-l resize-pane -R 5
# TPM
## Setup: git clone https://github.com/tmux-plugins/tpm plugins/tpm
set -g @plugin 'tmux-plugins/tpm'
-# set -g @plugin 'fabioluciano/tmux-tokyo-night'
+set -g @plugin 'fabioluciano/tmux-tokyo-night'
# Configure the catppuccin plugin
-set -g @catppuccin_flavor "mocha"
-set -g @catppuccin_window_status_style "rounded"
-set -g @plugin 'catppuccin/tmux'
+# set -g @catppuccin_flavor "mocha"
+# set -g @catppuccin_window_status_style "rounded"
+# set -g @plugin 'catppuccin/tmux'
+
run '~/.config/tmux/plugins/tpm/tpm'