Not needed and distracting when themes are not available for Cursor

This commit is contained in:
David Heinemeier Hansson
2025-10-14 12:15:10 +03:00
parent 491e980dd9
commit 9c8dad9054

View File

@@ -18,7 +18,6 @@ if omarchy-cmd-present "$EDITOR_CMD" && [[ ! -f "$SKIP_FLAG" ]]; then
# Install $EDITOR_NAME theme extension
if [[ -n "$extension" ]] && ! "$EDITOR_CMD" --list-extensions | grep -Fxq "$extension"; then
notify-send " Installing $EDITOR_NAME theme for $theme_name"
"$EDITOR_CMD" --install-extension "$extension" >/dev/null
fi