1# plexus
2# Recorded: 2026-01-20T17:53:09-07:00
3
4# Disable animations for consistent playback
5DisableAnimations
6
7# Setup
8EnableTiling
9NewWindow
10TerminalMode
11
12# Wait for shell
13Sleep 300ms
14
15Type "cd ~/repos/misc/plexus/upstream"
16Enter Sleep 100ms
17Type "export LD_LIBRARY_PATH=\"$HOME/.local/lib:$LD_LIBRARY_PATH\""
18Enter Sleep 100ms
19Type "export CONFIG_FILE=$XDG_CONFIG_HOME/plexus/plexus.yaml"
20Enter Sleep 100ms
21Type "export DATA_DIR=$XDG_DATA_HOME/plexus"
22Enter Sleep 100ms
23Type "bun run dev"
24Enter
25WindowManagementMode
26
27# Re-enable animations
28EnableAnimations