18 lines
563 B
Bash
18 lines
563 B
Bash
set -g default-terminal "xterm-256color"
|
|
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
|
set -as terminal-features ",alacritty*:RGB"
|
|
|
|
# List of plugins
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
set -g @plugin 'dracula/tmux'
|
|
|
|
set -g @dracula-show-powerline true
|
|
set -g @dracula-show-left-icon shortname
|
|
set -g @dracula-plugins "cpu-usage ram-usage"
|
|
|
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
|
run '~/.tmux/plugins/tpm/tpm'
|
|
|
|
# Sessions
|
|
bind E source-file ~/.config/tmux/emgauwa.conf
|