11 lines
215 B
Bash
Executable file
11 lines
215 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Author: Dane Williams
|
|
# a theme for tmux inspired by dracula
|
|
|
|
# source and run dracula theme
|
|
|
|
current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
$current_dir/scripts/dracula.sh
|
|
|