40 lines
687 B
YAML
40 lines
687 B
YAML
# vim:ft=ansible:
|
|
name: dev
|
|
|
|
windows:
|
|
- gmscore:
|
|
layout: main-horizontal
|
|
panes:
|
|
- main:
|
|
- hgd gmscore
|
|
- vim
|
|
- other:
|
|
- hgd gmscore
|
|
|
|
- experiments:
|
|
layout: main-horizontal
|
|
panes:
|
|
- main:
|
|
- hgd experiments
|
|
- vim
|
|
- other:
|
|
- hgd experiments
|
|
|
|
- critique:
|
|
layout: main-horizontal
|
|
panes:
|
|
- main:
|
|
- hgd google-comments
|
|
- vim
|
|
- other:
|
|
- hgd google-comments
|
|
|
|
- dotfiles:
|
|
layout: main-horizontal
|
|
panes:
|
|
- main:
|
|
- cd ~/dotfiles
|
|
- vim
|
|
- other:
|
|
- cd ~/dotfiles
|