
* 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
4 lines
140 B
Bash
Executable file
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"
|