18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
|
# Set tmux to use correct colors
|
||
|
set-option -sa terminal-overrides ",xterm*:Tc"
|
||
|
# Using mouse
|
||
|
set -g mouse on
|
||
|
|
||
|
set -g @plugin 'tmux-plugins/tpm'
|
||
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||
|
set -g @plugin 'wfxr/tmux-power'
|
||
|
#set -g @tmux_power_theme 'sky'
|
||
|
set -g @tmux_power_theme '#3385ff'
|
||
|
|
||
|
set -g @tmux_power_date_format '%d/%m/%Y'
|
||
|
set -g @tmux_power_time_format '%H:%M'
|
||
|
set -g @tmux_power_date_icon ''
|
||
|
set -g @tmux_power_time_icon ''
|
||
|
|
||
|
run '~/.tmux/plugins/tpm/tpm'
|