A powerline inspired tmux theme based on tmux-themepack. Designed to be compatibile with base16.
-
Clone repo to local machine:
git clone https://github.com/teddyhwang/base16-tmux-powerline.git ~/.tmux-themepack -
Source desired theme in your
~/.tmux.conf:source-file "${HOME}/.tmux-themepack/base16-powerline.themepack"In some linux distributions you might have to remove the quotation marks from the
source-filecommand to avoid ano such file or directoryerror:
Install using Tmux Plugin Manager
-
Add plugin to the list of TPM plugins in
.tmux.conf:set -g @plugin 'teddyhwang/base16-tmux-powerline' -
Hit
prefix + Ito fetch the plugin and source it. The plugin should now be working.