mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-12 16:10:07 +01:00
9 lines
149 B
Text
9 lines
149 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
# source and run tmux2k theme
|
||
|
|
|
||
|
|
current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
|
||
|
|
$current_dir/scripts/tmux2k.sh
|
||
|
|
|