diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-02 23:51:20 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-02 23:51:45 +0100 |
| commit | fa371de53a46697d0def96d9a1d56142a465b6ff (patch) | |
| tree | 1fb87237e1a5c1466ba832398836714c75646591 /.config/tmuxinator/ad.yml | |
| parent | b9d63cef7b519237d8709f4f20bb8d3ece7d0a60 (diff) | |
Add ansible-distro project tmux
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 |
