mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Use catppuccin theme
This commit is contained in:
+8
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user