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-file
command to avoid ano such file or directory
error:
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 + I
to fetch the plugin and source it. The plugin should now be working.