This commit is contained in:
Michael Zhang 2021-07-01 10:36:02 -05:00
parent b168a4fcdc
commit 31efbdb1d9
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
2 changed files with 13 additions and 1 deletions

View File

@ -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'

View File

@ -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 :