This commit is contained in:
2026-04-08 22:26:30 +02:00
parent 0e70debea7
commit 7e1bb9b76e
3 changed files with 5 additions and 1 deletions
-1
View File
@@ -52,7 +52,6 @@ sudo pacman -S --needed \
pipewire-session-manager \ pipewire-session-manager \
qpwgraph \ qpwgraph \
cifs-utils \ cifs-utils \
opencode \
rbw \ rbw \
extra/ttf-jetbrains-mono-nerd \ extra/ttf-jetbrains-mono-nerd \
unzip unzip
@@ -10,6 +10,7 @@ sudo pacman -S --needed \
python-ruff \ python-ruff \
chromium \ chromium \
selene \ selene \
opencode \
tmux tmux
npm install -g vscode-js-debug npm install -g vscode-js-debug
+4
View File
@@ -0,0 +1,4 @@
{
"$schema": "https://opencode.ai/config.json",
"default_agent": "plan"
}