Powerline-styled tmux theme
Based on tmux-dark-plus-theme
Install using Tmux Plugin Manager
-
Add plugin to the list of TPM plugins in
.tmux.conf
:set -g @plugin 'cryptomilk/tmux-cryptomilk#main'
-
Hit
prefix + I
to fetch the plugin and source it. The theme should now be working.
-
Clone repo to local machine:
git clone https://github.com/cryptomilk/tmux-cryptomilk \ ~/.config/tmux/themes/tmux-cryptomilk
-
Add this line to the bottom of your
~/.tmux.conf
:run-shell "~/.config/tmux/themes/tmux-cryptomilk/cryptomilk.tmux"
-
Reload your
~/.tmux.conf
:tmux source-file ~/.tmux.conf
MIT