From 12d012a76bed1243bf08a6ec3c6a9ceda707c031 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 28 May 2025 18:47:26 +0000 Subject: [PATCH] chore: access local raspberry pi cluster --- config/tmuxp/rpi.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/tmuxp/rpi.yml diff --git a/config/tmuxp/rpi.yml b/config/tmuxp/rpi.yml new file mode 100644 index 0000000..4552d9c --- /dev/null +++ b/config/tmuxp/rpi.yml @@ -0,0 +1,14 @@ +--- +session_name: rpi +start_directory: /opt/personal +windows: + - window_name: rpi + focus: true + layout: tiled + start_directory: labs + panes: + - focus: true + shell_command: ssh rpi00 + - shell_command: ssh rpi01 + - shell_command: ssh rpi02 + - shell_command: ssh rpi03