Add accentor tmuxinator config
This commit is contained in:
parent
2dcf01e89d
commit
d9de05ed1f
2 changed files with 34 additions and 0 deletions
31
programs/tmux/accentor.yml
Normal file
31
programs/tmux/accentor.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
name: accentor
|
||||
project_root: "/home/charlotte/repos/accentor"
|
||||
windows:
|
||||
- api:
|
||||
root: "/home/charlotte/repos/accentor/api"
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- nvim
|
||||
- git status
|
||||
- web:
|
||||
root: "/home/charlotte/repos/accentor/web"
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- nvim
|
||||
- git status
|
||||
- run:
|
||||
layout: even-horizontal
|
||||
panes:
|
||||
- postgres:
|
||||
- cd api
|
||||
- postgres
|
||||
- rails:
|
||||
- cd api
|
||||
- bundle exec rails s
|
||||
- delayed_job:
|
||||
- cd api
|
||||
- bundle exec rails jobs:work
|
||||
- vue:
|
||||
- cd web
|
||||
- yarn run serve
|
||||
|
|
@ -13,5 +13,8 @@
|
|||
keyMode = "vi";
|
||||
tmuxinator.enable = true;
|
||||
};
|
||||
xdg.configFile = {
|
||||
"tmuxinator/accentor.yml".source = ./accentor.yml;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue