##
# NOTE: Tmuxinator config options.
# - https://github.com/tmuxinator/tmuxinator#create-a-project
#
name: convenient_service
root: .

on_project_start:
  - task editor:open
  - task docker:start
  - task github:open

windows:
  - main:
      layout: even-vertical
      root: .
      panes:
        - task docker:bash:ruby_2.7
        - task docker:bash:ruby_3.0
        - task docker:bash:jruby_9.4
        - task docker:bash:truffleruby_22.3
        - git status