mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
8 lines
149 B
Bash
Executable file
8 lines
149 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
|
|
|