tmux-gruvbox/gruvbox-tpm.tmux
Rahul Gupta d7b2556307 Make the theme installable through TPM (#4)
* Rename to have .tmux extension so TPM can pick it up
* Create a separate file for TPM & source the theme file
* Update readme with instructions for installation through TPM
2018-11-27 19:01:25 +01:00

4 lines
140 B
Bash
Executable file

#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
tmux source-file "$CURRENT_DIR/tmux-gruvbox-dark.conf"