# plexus # Recorded: 2026-01-20T17:53:09-07:00 # Disable animations for consistent playback DisableAnimations # Setup EnableTiling NewWindow TerminalMode # Wait for shell Sleep 300ms Type "cd /home/amolith/repos/misc/plexus/upstream" Enter Sleep 100ms Type "export LD_LIBRARY_PATH=\"$HOME/.local/lib:$LD_LIBRARY_PATH\"" Enter Sleep 100ms Type "export CONFIG_FILE=$XDG_CONFIG_HOME/plexus/plexus.yaml" Enter Sleep 100ms Type "export DATA_DIR=$XDG_DATA_HOME/plexus" Enter Sleep 100ms Type "export DATABASE_URL=sqlite:///home/amolith/.local/share/plexus/data.sqlite" Enter Sleep 100ms Type "bun run dev" Enter WindowManagementMode # Re-enable animations EnableAnimations