Configure for .stowrc
This commit is contained in:
parent
e58bb4c0a0
commit
1091129506
132 changed files with 4 additions and 18 deletions
23
slackware/home/tmuxinator/.config/tmuxinator/rwa.yml
Normal file
23
slackware/home/tmuxinator/.config/tmuxinator/rwa.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
name: rwa-api
|
||||
root: ~/code/rwa/everblue-api
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
layout: 1341,176x62,0,0[176x22,0,0{91x22,0,0,0,84x22,92,0,4},176x3,0,23,2,176x35,0,27,3]
|
||||
panes:
|
||||
- cd ./frontend/site && nvm use 14 && npm run dev
|
||||
- cd ./api && awsume -a mt-dev && pipenv run chalice local --stage dev
|
||||
- clear
|
||||
- vim
|
||||
- db:
|
||||
layout: 0843,176x62,0,0[176x31,0,0,1,176x30,0,32,5]
|
||||
panes:
|
||||
- pgcli postgresql://(pass work/rwa/dev/rwa-db-user):(pass work/rwa/dev/rwa-db-pass)@(pass work/rwa/dev/rwa-db-host):5432
|
||||
- pgcli postgresql://(pass work/rwa/dev/moodle-db-user):(pass work/rwa/dev/moodle-db-pass)@(pass work/rwa/dev/moodle-db-host):5432
|
||||
- tests:
|
||||
panes:
|
||||
- cd everblue-e2e-testing
|
||||
- cd everblue-e2e-testing && vim
|
||||
- scratch:
|
||||
panes:
|
||||
- fish
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
# /Users/iankeane/.config/tmuxinator/tendenci-moodle-nifi.yml
|
||||
|
||||
name: tendenci-moodle-nifi
|
||||
root: ~/code
|
||||
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
layout: tiled
|
||||
panes:
|
||||
- cd ./current/nifi-current/nifi && docker compose up
|
||||
- cd ./current/tendenci-current && docker compose up
|
||||
- cd ./current/moodle-current && docker compose up
|
||||
- watch docker container list
|
||||
- ld: lazydocker
|
||||
- db: pgcli -U postgres -p 5432 -h localhost
|
||||
# TODO: exec into each tendenci / moodle container
|
||||
Loading…
Add table
Add a link
Reference in a new issue