summaryrefslogtreecommitdiff
path: root/sand
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-03-28 16:52:01 +0000
committertslil <tslil@posteo.de>2026-03-28 16:52:31 +0000
commit6fe67af72bc313870675f215d46b1fb6f7361b0d (patch)
treef41a2f7e9ee975f4f91fa5a1f0505ec451ca775e /sand
parent6fae5c16f07fe9ca5acb273e5c4b1d648ed6fcd9 (diff)
sand: remove opencode, vibe, add pi & npm
Diffstat (limited to 'sand')
-rwxr-xr-xsand10
1 files changed, 3 insertions, 7 deletions
diff --git a/sand b/sand
index 1af0423..2c20668 100755
--- a/sand
+++ b/sand
@@ -17,22 +17,18 @@ bwrap \
--proc /proc \
--tmpfs /home/$(whoami) \
--tmpfs /tmp \
- --bind ~/.config/opencode /home/$(whoami)/.config/opencode \
- --bind ~/.local/state/opencode /home/$(whoami)/.local/state/opencode \
- --bind ~/.local/share/opencode /home/$(whoami)/.local/share/opencode \
--bind ~/.local/share/uv/ /home/$(whoami)/.local/share/uv \
- --bind ~/.vibe /home/$(whoami)/.vibe \
+ --bind ~/.local/share/npm/ /home/$(whoami)/.local/share/npm \
--bind ~/.cache/uv /home/$(whoami)/.cache/uv \
--bind ~/.cache/huggingface /home/$(whoami)/.cache/huggingface \
- --bind ~/.cache/opencode /home/$(whoami)/.cache/opencode \
- --bind ~/.local/bin/vibe /home/$(whoami)/.local/bin/vibe \
--bind ~/.cargo /home/$(whoami)/.cargo \
--bind ~/.rustup /home/$(whoami)/.rustup \
+ --bind ~/.pi /home/$(whoami)/.pi \
--clearenv \
--setenv HOME /home/$(whoami) \
--setenv USER $(whoami) \
--setenv SHELL /bin/bash \
- --setenv PATH /home/$(whoami)/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin \
+ --setenv PATH /home/$(whoami)/.local/bin:/home/$(whoami)/.local/share/npm/bin::/usr/local/sbin:/usr/local/bin:/usr/bin \
--bind "$1" /home/$(whoami)/project/ \
--chdir /home/$(whoami)/project/ \
bash