15 lines
320 B
Bash
15 lines
320 B
Bash
set -g default-terminal "xterm-256color"
|
|
|
|
set-option -sa terminal-features ',xterm-256color:RGB'
|
|
|
|
set-option -ga terminal-features ",xterm-256color:usstyle"
|
|
|
|
# Set window starting
|
|
set -g base-index 1
|
|
|
|
# Plugins
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|