From 7e955bf8a051d3a3f37313be732d5b00b78d8dd1 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 1 Mar 2026 09:56:18 -0700 Subject: [PATCH] chore(tuios): update plexus startup --- dot_local/share/private_tuios/private_plexus.tape | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_local/share/private_tuios/private_plexus.tape b/dot_local/share/private_tuios/private_plexus.tape index 1f3b2f0d8b8f034848ed1d533c12129771c4d4ee..eb5cfc37a6ce8e8699595d136ceb4eb1823deb81 100644 --- a/dot_local/share/private_tuios/private_plexus.tape +++ b/dot_local/share/private_tuios/private_plexus.tape @@ -12,7 +12,7 @@ TerminalMode # Wait for shell Sleep 300ms -Type "cd ~/repos/misc/plexus/main" +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 @@ -20,6 +20,8 @@ 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