10 lines
279 B
Bash
10 lines
279 B
Bash
echo "Add opencode with system theming"
|
|
|
|
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
|