This commit is contained in:
Jaroslaw Konik 2024-05-26 16:00:43 +02:00
parent e2d5df96f1
commit 56f63c7e00

View file

@ -1,10 +1,12 @@
set-option -g status-right "" set-option -g status-right ""
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux' # set -g @plugin 'dracula/tmux'
set -g @dracula-plugins " " # set -g @dracula-plugins " "
set -g @dracula-show-powerline true # set -g @dracula-show-powerline true
set-option -sa terminal-features ',xterm-256color:RGB'
# Other examples: # Other examples:
# set -g @plugin 'github_username/plugin_name' # set -g @plugin 'github_username/plugin_name'