Better dev setup

This commit is contained in:
Charlotte Van Petegem 2020-02-24 14:24:16 +01:00
parent 92a6311027
commit 15cdefda83
4 changed files with 24 additions and 21 deletions

View file

@ -13,12 +13,15 @@ windows:
panes:
- nvim
- git status
- desktop:
root: "/home/charlotte/repos/accentor/desktop"
layout: main-vertical
panes:
- nvim
- git status
- run:
layout: even-horizontal
panes:
- postgres:
- cd api
- postgres
- rails:
- cd api
- bundle exec rails s
@ -28,4 +31,6 @@ windows:
- vue:
- cd web
- yarn run serve
- postgres:
- cd api
- start-db