adds proglog tmuxinator file
This commit is contained in:
parent
3bc8b41b30
commit
5896575509
2 changed files with 12 additions and 4 deletions
12
modules/tmuxinator/personal-layouts/proglog.yml
Normal file
12
modules/tmuxinator/personal-layouts/proglog.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: proglog
|
||||
root: ~/dev/proglog
|
||||
windows:
|
||||
- dev:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- nvim +"lua Snacks.picker.files({ hidden = true })"
|
||||
- bun dev
|
||||
- run:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- echo ">> Run proglog tasks here"
|
||||
|
|
@ -5,7 +5,3 @@ windows:
|
|||
layout: main-horizontal
|
||||
panes:
|
||||
- nvim +"lua Snacks.picker.files({ hidden = true })"
|
||||
- run:
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- clear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue