tmux theme based on Kanagawa.nvim
Add to the end of tmux.conf
# Kanagawa #
set -g @plugin 'tyetyetye/kanagawa-tmux'
# Autoinstall TPM
if "test ! -d ~/.tmux/plugins/tpm" \
"run 'git clone /~https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
run '~/.tmux/plugins/tpm/tpm'
Install plugin with
tmux-prefix I