hellosu
This commit is contained in:
parent
b168a4fcdc
commit
31efbdb1d9
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
source-file "${HOME}/.tmux-themepack/powerline/block/gray.tmuxtheme"
|
|
||||||
set -sg escape-time 0
|
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'
|
||||||
|
|
|
@ -23,6 +23,9 @@ Host achilles
|
||||||
Host r0
|
Host r0
|
||||||
User mzhang
|
User mzhang
|
||||||
HostName rhimes0.sift.net
|
HostName rhimes0.sift.net
|
||||||
|
Host r1
|
||||||
|
User mzhang
|
||||||
|
HostName rhimes1.sift.net
|
||||||
|
|
||||||
# vim: set ft=sshconfig :
|
# vim: set ft=sshconfig :
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue