David Heinemeier Hansson ab5544ad61 Revise description
2026-01-07 18:41:14 +01:00

10 lines
280 B
Bash

echo "Add opencode with system themeing"
omarchy-pkg-add opencode
# Add config using omarchy theme by default
if [[ ! -f ~/.config/opencode/opencode.json ]]; then
mkdir -p ~/.config/opencode
cp $OMARCHY_PATH/config/opencode/opencode.json ~/.config/opencode/opencode.json
fi