Rename .tmux to .tmux-sessionizer
This commit is contained in:
parent
3423f16bb4
commit
26bffdb58d
1 changed files with 0 additions and 0 deletions
12
.tmux-sessionizer
Executable file
12
.tmux-sessionizer
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
PATH="${PATH}:./vendor/bin"
|
||||
|
||||
tmux new-window -dn scratch
|
||||
tmux new-window -dn sculpin
|
||||
tmux new-window -dn tailwind
|
||||
|
||||
tmux send-keys -t sculpin "sculpin generate --server --watch" Enter
|
||||
tmux send-keys -t tailwind "cd assets && tailwindcss --input css/tailwind.css --output ../source/build/tailwind-new.css --watch" Enter
|
||||
|
||||
nvim .
|
Loading…
Add table
Add a link
Reference in a new issue