tmux: set a visual theme
This commit is contained in:
parent
7764b51067
commit
3a95c38bdb
@ -93,5 +93,9 @@ setw -g xterm-keys on
|
||||
# Remember to git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
# Visual theme
|
||||
set -g @plugin 'jimeh/tmux-themepack'
|
||||
set -g @themepack 'powerline/block/cyan'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user