From aa9db76e9d3f3755052f827f77cbb96270442da7 Mon Sep 17 00:00:00 2001 From: Dmytro Stanchiev Date: Sun, 24 May 2026 20:50:20 -0400 Subject: [PATCH] chore: update envrc with opencode superpowers plugin Signed-off-by: Dmytro Stanchiev --- .envrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index e3c2943..8f073a5 100644 --- a/.envrc +++ b/.envrc @@ -1,7 +1,14 @@ -export DIRENV_WARN_TIMEOUT=20s +export DIRENV_WARN_TIMEOUT=200s +# shellcheck disable=SC2016 +export OPENCODE_CONFIG_CONTENT='{"$schema":"https://files.cloud.dmytros.dev/opencode/schema/config-1.14.28.json","plugin":["superpowers@git+https://github.com/obra/superpowers.git"]}' +# export AGENT_BROWSER_EXECUTABLE_PATH=/run/current-system/sw/bin/google-chrome-unstable +# export AGENT_BROWSER_ENGINE=chrome +# export AGENT_BROWSER_HEADED=1 eval "$(devenv direnvrc)" # The use_devenv function supports passing flags to the devenv command # For example: use devenv --impure --option services.postgres.enable:bool true use devenv + +# dotenv