From 6bd09b2a3a256b8535b93479a0f488e7d96ba774 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 23 Apr 2023 11:04:39 -0400 Subject: [PATCH] Added tmuxp hv config --- .config/tmuxp/hv.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/tmuxp/hv.yaml diff --git a/.config/tmuxp/hv.yaml b/.config/tmuxp/hv.yaml new file mode 100644 index 0000000..42ee7c8 --- /dev/null +++ b/.config/tmuxp/hv.yaml @@ -0,0 +1,13 @@ +session_name: Hypervisors +start_directory: ~/ +windows: + - window_name: hv1 + panes: + - ssh hv1 -t tmux a + - window_name: hv2 + panes: + - ssh hv2 -t tmux a + - window_name: hv3 + panes: + - ssh hv3 -t tmux a +