Install treesitter and update tmuxinator config

This commit is contained in:
Christian Nieves
2022-06-16 17:27:54 +00:00
parent 03223f3c2f
commit 453fa67d0b
7 changed files with 62 additions and 17 deletions

View File

@ -68,18 +68,16 @@ set -g message-command-style bg=brightblack,fg=cyan
set -g status-style fg=white,bg=black
set -g status-left '#{?pane_synchronized, ¤ ,}#{?window_zoomed_flag, ↕ ,}'
set -g status-right '#H'
set -g status-right "#{cpu_bg_color}#{cpu_fg_color} CPU:#{cpu_percentage} #{fg=black}$right_alt_sep#{ram_fg_color}#{ram_bg_color} RAM:#{ram_percentage} #{ram_bg_color} #[fg=black]$right_sep#[fg=default]#[bg=default] #H"
set -g status-right-length 55
set -g pane-border-style fg=brightblack,bg=black
set -g pane-active-border-style fg=colour104,bg=black
set-window-option -g window-status-style fg=colour104,bg=default
set-window-option -g window-status-current-style fg=colour147,bg=default
set-window-option -g window-status-activity-style bg=default,fg=yellow
set-window-option -g window-status-separator "#[fg=colour104]#[bg=default]$left_alt_sep"
set-window-option -g window-status-separator " #[fg=colour104]#[bg=default]$left_alt_sep "
# Custom styling, http://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/