mirror of
https://github.com/rwxrob/dot
synced 2024-11-14 18:12:56 +00:00
11 lines
191 B
Bash
Executable File
11 lines
191 B
Bash
Executable File
#!/bin/sh
|
|
exec tmux \
|
|
splitw -h \;\
|
|
send fishies ENTER \;\
|
|
selectp -t 1 \;\
|
|
splitw \;\
|
|
send tmatrix ENTER \;\
|
|
selectp -t 1 \;\
|
|
send watchcow ENTER \;\
|
|
resizep -t 2 -y 5 -x 44
|