Initial commit
Migrated from Astro.
This commit is contained in:
commit
a62acb33c3
14 changed files with 3739 additions and 0 deletions
10
.tmux
Executable file
10
.tmux
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
tmux new-window -dn scratch
|
||||
tmux new-window -dn sculpin
|
||||
tmux new-window -dn tailwind
|
||||
|
||||
tmux send-keys -t sculpin "vendor/bin/sculpin generate --server --watch" Enter
|
||||
tmux send-keys -t tailwind "tailwindcss --output source/build/tailwind.css --watch" Enter
|
||||
|
||||
nvim .
|
||||
Loading…
Add table
Add a link
Reference in a new issue