diff --git a/profiles/base/.tmux.conf b/profiles/base/.tmux.conf index 69149a2..78257b5 100644 --- a/profiles/base/.tmux.conf +++ b/profiles/base/.tmux.conf @@ -8,3 +8,13 @@ set-option -g mouse on # make scrolling with wheels work bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'" bind -n WheelDownPane select-pane -t= \; send-keys -M + +# Plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tmux-cpu' +set -g @plugin 'pwittchen/tmux-plugin-ram' + +run -b '~/.tmux/plugins/tpm/tpm' + +set -g status-right '#{cpu_bg_color} CPU: #{cpu_percentage} RAM: #{ram}| %a %h-%d %H:%M ' diff --git a/profiles/shared/.config/sublime-text-3/Packages/User/Package Control.sublime-settings b/profiles/shared/.config/sublime-text-3/Packages/User/Package Control.sublime-settings index e9013f3..7b9e021 100644 --- a/profiles/shared/.config/sublime-text-3/Packages/User/Package Control.sublime-settings +++ b/profiles/shared/.config/sublime-text-3/Packages/User/Package Control.sublime-settings @@ -10,7 +10,7 @@ "ColorPicker", "CWL Syntax Highlighting", "gruvbox", - "Hermes", + "Helium", "Incomprehensible Ex", "LaTeX Snippets", "LaTeXTools",