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
This commit is contained in:
parent
b9ee2fc021
commit
d7b2556307
2 changed files with 13 additions and 0 deletions
4
gruvbox-tpm.tmux
Executable file
4
gruvbox-tpm.tmux
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
tmux source-file "$CURRENT_DIR/tmux-gruvbox-dark.conf"
|
Loading…
Add table
Add a link
Reference in a new issue