Restructure for symlink

This change makes it easier to recursively copy these config files into
a real home directory and also gets rid of empty folders
This commit is contained in:
Ian Keane 2022-06-07 13:47:55 -04:00
parent d9d326eaa1
commit 9a6bfc1daf
111 changed files with 560 additions and 2114 deletions

View file

@ -0,0 +1,23 @@
# /Users/iankeane/.config/tmuxinator/tendenci-moodle-nifi.yml
name: rwa-api
root: ~/code/rwa/everblue-api
on_project_start: ~/export_secrets.fish
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 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://api-dev:$DEV_RWA_DB_PASS@postgres-dev.cluster-cp5bt6ypprun.us-east-1.rds.amazonaws.com/ -p 5432
- pgcli postgresql://dev-dev:$DEV_RWA_MOODLE_DB_PASS@postgres-dev.cluster-cp5bt6ypprun.us-east-1.rds.amazonaws.com/ -p 5432
- scratch:
panes:
- fish