switches to tmuxinator instead of cobbled together script
This commit is contained in:
parent
80d3dd69af
commit
6a7193ab14
16 changed files with 135 additions and 17 deletions
19
modules/tmuxinator/work-layouts/ride.yml
Normal file
19
modules/tmuxinator/work-layouts/ride.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: ride
|
||||
root: ~/dev/ride
|
||||
windows:
|
||||
- code:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- nvim +"lua Snacks.picker.files({ hidden = true })"
|
||||
- run:
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- clear
|
||||
- db_staging:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- dbui_stg
|
||||
- db_production:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- dbui_prod
|
||||
Loading…
Add table
Add a link
Reference in a new issue