8 lines
126 B
Bash
Executable file
8 lines
126 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
tmux new-window -dn scratch
|
|
tmux new-window -dn server
|
|
|
|
tmux send-keys -t server "nix run" Enter
|
|
|
|
nvim .
|