como-web/scripts/dev.sh
kjuulh 8ee2ca5c14
feat: with updated things
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-07 21:23:52 +02:00

21 lines
304 B
Bash
Executable File

#!/bin/bash
tmux new-window -n dev
# allow for user input
tmux split-window -h
# leptos
tmux send-keys -t dev "cuddle x leptos:dev" C-m
tmux split-window -v
# tailwind
tmux send-keys -t dev "cuddle x tailwind:watch" C-m
# set user input to first
tmux select-pane -t 0
tmux attach-session -t dev