Add .tmux-sessionizer
This commit is contained in:
parent
08a4e83117
commit
91cba785f4
1 changed files with 2 additions and 4 deletions
|
@ -3,10 +3,8 @@
|
|||
PATH="${PATH}:./vendor/bin"
|
||||
|
||||
tmux new-window -dn scratch
|
||||
tmux new-window -dn sculpin
|
||||
tmux new-window -dn tailwind
|
||||
tmux new-window -dn server
|
||||
|
||||
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.css --watch" Enter
|
||||
tmux send-keys -t server "drush runserver" Enter
|
||||
|
||||
nvim .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue