mirror of
https://github.com/basecamp/omarchy.git
synced 2026-01-09 05:10:54 +08:00
10 lines
280 B
Bash
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
|