Aggiornato layout, inserito stub configurazione tmux.
This commit is contained in:
parent
23b66b5aa6
commit
099625169d
12 changed files with 84 additions and 21 deletions
17
tmux.conf
Normal file
17
tmux.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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'
|
Loading…
Add table
Add a link
Reference in a new issue