Use catppuccin theme

This commit is contained in:
Anthony Oteri
2023-04-25 13:01:50 -04:00
parent 57c7ab7716
commit d4e9ce2a7c
6 changed files with 24 additions and 13 deletions
+8 -3
View File
@@ -1,6 +1,7 @@
# -- general ------------------------------------------------------------------
set -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
setw -g xterm-keys on
set -sg repeat-time 600
@@ -9,7 +10,7 @@ setw -q -g utf8 on
set -g mouse on
set-option -g default-shell /usr/bin/bash
#set-option -g default-shell /usr/bin/bash
# -- display ------------------------------------------------------------------
set -g base-index 1
@@ -71,8 +72,12 @@ set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-open'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'egel/tmux-gruvbox'
set -g @tmux-gruvbox 'dark'
#set -g @plugin 'egel/tmux-gruvbox'
#set -g @tmux-gruvbox 'dark'
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @catppuccin_flavour 'mocha'
run ~/.tmux/plugins/tpm/tpm