Add .tmux-sessionizer
This commit is contained in:
parent
dfcf54ee84
commit
fc273c74d8
10
.tmux-sessionizer
Executable file
10
.tmux-sessionizer
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
PATH="$PATH:./vendor/bin"
|
||||||
|
|
||||||
|
tmux new-window -dn shell
|
||||||
|
tmux new-window -dn server
|
||||||
|
|
||||||
|
tmux send-keys -t server "sculpin generate --server --watch" Enter
|
||||||
|
|
||||||
|
nvim
|
Loading…
Reference in a new issue