mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
21 lines
439 B
YAML
21 lines
439 B
YAML
# tmuxp config for 3d modelling and printing
|
|
|
|
session_name: cad
|
|
shell_command_before:
|
|
- cmd: distrobox enter arch-box && clear
|
|
windows:
|
|
- window_name: term
|
|
panes:
|
|
- shell_command:
|
|
- cd
|
|
- clear
|
|
- window_name: cq
|
|
panes:
|
|
- shell_command:
|
|
- cd ~/cq-editor
|
|
- ./run.sh
|
|
- window_name: simp
|
|
panes:
|
|
- shell_command:
|
|
- /opt/Simplify3D-5.1.2/LaunchScript.sh
|