2024-12-07 01:31:58 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2025-03-30 21:17:25 +01:00
|
|
|
PATH="${PATH}:./vendor/bin"
|
2024-12-07 01:31:58 +00:00
|
|
|
|
2025-03-30 21:17:25 +01:00
|
|
|
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
|
2025-05-09 20:11:18 +01:00
|
|
|
tmux send-keys -t tailwind "cd assets && tailwindcss --input css/tailwind.css --output ../source/build/tailwind.css --watch" Enter
|
2024-12-10 01:37:50 +00:00
|
|
|
|
2025-03-29 00:27:53 +00:00
|
|
|
nvim .
|