mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-10 23:20:06 +01:00
8 lines
151 B
Bash
Executable file
8 lines
151 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# source and run tmux2k theme
|
|
|
|
current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
"$current_dir"/scripts/tmux2k.sh
|
|
|