Skip to content

Commit

Permalink
Add tmuxinator.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Oct 5, 2024
1 parent 0c1f605 commit c67ee5c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions demo/.tmuxinator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: demo
root: .
enable_pane_titles: true

windows:
- main:
layout: main-vertical
panes:
- dpu:
- sshpass -p YourPaSsWoRd ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=60 [email protected]
- npu:
- sshpass -p password ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=60 [email protected]
- ptf:
- docker exec -it ptf_vms6-1 bash
- mgmt:
- docker exec -it mgmt bash

0 comments on commit c67ee5c

Please sign in to comment.