Initial commit

This commit is contained in:
Oliver Davies 2024-02-06 08:00:00 +00:00
commit ccfd866f59
14 changed files with 3732 additions and 0 deletions

12
.tmux-sessionizer Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env bash
export PATH="${PATH}:./vendor"
tmux new-window -dn shell
tmux new-window -dn server
tmux send-keys -t server "sculpin generate --server --watch" Enter
xdg-open http://localhost:8000
nvim