mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
disable opencode auto-update feature as we rely on pacman (#4582)
* disable opencode auto-update feature as we rely on pacman * Refreshing already produces a .bak, so that's enough --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"theme": "system"
|
"theme": "system",
|
||||||
|
"autoupdate": false
|
||||||
}
|
}
|
||||||
|
|||||||
3
migrations/1769616857.sh
Normal file
3
migrations/1769616857.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Turn off opencode's own auto-update feature (we rely on pacman)"
|
||||||
|
|
||||||
|
omarchy-refresh-config opencode/opencode.json
|
||||||
Reference in New Issue
Block a user