diff --git a/dot_tmux.conf b/dot_tmux.conf index ab80f5a..0cc2264 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -1,3 +1,12 @@ set -g default-terminal "xterm-256color" -source-file "${HOME}/.tmux-themepack/powerline/block/gray.tmuxtheme" set -sg escape-time 0 +set -g status-right '#{battery_status_bg} bat: #{battery_icon} #{battery_percentage} | %a %h-%d %H:%M' + +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tmux-logging' +set -g @plugin 'tmux-plugins/tmux-battery' +set -g @plugin 'tmux-plugins/jimeh-tmux-themepack' +run '~/.tmux/plugins/tpm/tpm' + +set -g @themepack 'powerline/block/cyan' diff --git a/private_dot_ssh/private_config b/private_dot_ssh/private_config index 10a78fd..5cccc39 100644 --- a/private_dot_ssh/private_config +++ b/private_dot_ssh/private_config @@ -23,6 +23,9 @@ Host achilles Host r0 User mzhang HostName rhimes0.sift.net +Host r1 + User mzhang + HostName rhimes1.sift.net # vim: set ft=sshconfig :