fully migrates dnsc-machine
This commit is contained in:
parent
8363764798
commit
7d7f81d9ce
14 changed files with 390 additions and 1 deletions
11
modules/terminal/tmuxinator-layouts/dnsc.yml
Normal file
11
modules/terminal/tmuxinator-layouts/dnsc.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: dnsc-io
|
||||
root: ~/dev/dnsc-io
|
||||
windows:
|
||||
- dev:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- nvim +"lua Snacks.picker.files({ hidden = true })"
|
||||
- run:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- "pnpm dev"
|
||||
7
modules/terminal/tmuxinator-layouts/main.yml
Normal file
7
modules/terminal/tmuxinator-layouts/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: main
|
||||
root: ~/
|
||||
windows:
|
||||
- default:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- clear
|
||||
7
modules/terminal/tmuxinator-layouts/nix-config.yml
Normal file
7
modules/terminal/tmuxinator-layouts/nix-config.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: nix-config
|
||||
root: ~/dev/nix-config/
|
||||
windows:
|
||||
- code:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- nvim +"lua Snacks.picker.files({ hidden = true })"
|
||||
11
modules/terminal/tmuxinator-layouts/notes.yml
Normal file
11
modules/terminal/tmuxinator-layouts/notes.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: notes
|
||||
root: ~/dev/notes
|
||||
windows:
|
||||
- code:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- nvim +"lua Snacks.picker.files({ hidden = true })"
|
||||
- run:
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- clear
|
||||
11
modules/terminal/tmuxinator-layouts/proglog.yml
Normal file
11
modules/terminal/tmuxinator-layouts/proglog.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: proglog
|
||||
root: ~/dev/proglog
|
||||
windows:
|
||||
- dev:
|
||||
layout: main-horizontal
|
||||
panes:
|
||||
- nvim +"lua Snacks.picker.files({ hidden = true })"
|
||||
- run:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- echo ">> Run proglog tasks here"
|
||||
Loading…
Add table
Add a link
Reference in a new issue