Files
omarchy/migrations/1767478687.sh

10 lines
318 B
Bash

echo "Add opencode with dynamic themeing and Super + Shift + Ctrl + A binding"
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