* Add `tmuxp` configuration to access local `raspberry pi` cluster * Configure editor behaviour through `editorconfig` * Fix format for `24-bit-color` script * Add volume for `supermaven` data * Remove the `ANTHROPIC_API_KEY` environment variable Reviewed-on: #240 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
15 lines
306 B
YAML
15 lines
306 B
YAML
---
|
|
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
|