Update configuration files
This commit is contained in:
parent
c3cf2f249a
commit
13b6653536
7 changed files with 58 additions and 36 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 "./watch" Enter
|
||||
|
||||
nvim .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue