diff options
Diffstat (limited to '.config/tmuxinator/ad.yml')
| -rw-r--r-- | .config/tmuxinator/ad.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/tmuxinator/ad.yml b/.config/tmuxinator/ad.yml new file mode 100644 index 0000000..e2fc5fc --- /dev/null +++ b/.config/tmuxinator/ad.yml @@ -0,0 +1,20 @@ +--- +name: ad +root: ~/Work/Space/ + +windows: + - editor: + layout: main-vertical + panes: + - + - + - configure: + layout: even-horizontal + panes: + - cd ansible-distro-configure + - cd ansible-distro-configure + - install: + layout: even-horizontal + panes: + - cd ansible-distro-install + - cd ansible-distro-install |
