summaryrefslogtreecommitdiff
path: root/soc
diff options
context:
space:
mode:
authortslilc <tslil@posteo.de>2026-03-16 21:08:28 +0000
committertslilc <tslil@posteo.de>2026-03-16 21:08:28 +0000
commite2f7a1ff26da50da9a23c80423ac461244b81f2d (patch)
tree92412ceb14d89f7b1427aa3571fa978adb5c4d3a /soc
parentf8b601e99720546138268b9c161961a6d4694034 (diff)
soc: fix uv, add vibe
Diffstat (limited to 'soc')
-rwxr-xr-xsoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/soc b/soc
index b47d31e..e1f7fb5 100755
--- a/soc
+++ b/soc
@@ -15,13 +15,17 @@ bwrap \
--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 ~/.cache/uv /home/$(whoami)/.cache/uv \
--bind ~/.cache/huggingface /home/$(whoami)/.cache/huggingface \
--bind ~/.cache/opencode /home/$(whoami)/.cache/opencode \
--bind ~/code/workspace /home/$(whoami)/project \
+ --bind ~/.local/bin/vibe /home/$(whoami)/.local/bin/vibe \
--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 \
--chdir /home/$(whoami)/project \
bash