dotfiles/tmux/.tmuxp/acorn.json

26 lines
543 B
JSON

{
"session_name": "acorn",
"windows": [{
"window_name": "ide",
"panes": [
"vim -R package.json",
"ls",
"git status"
],
"layout": "main-horizontal",
"start_directory": "~/code/acorn-glen"
}, {
"window_name": "servers",
"start_directory": "~/code/acorn-glen",
"layout": "main-horizontal",
"panes": [{
"shell_command": [ "cd ~/code/acorn-glen", "echo 'yarn dev'" ]
}, {
"shell_command": [ "sleep 4", "echo 'yarn relay --watch'" ]
}, {
"shell_command": [ "sleep 4", "echo 'yarn start'" ]
}]
}]
}