From f9b52a007e004e212b46b1929c2a887fdcf25e39 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 27 Mar 2026 17:06:54 +0100 Subject: [PATCH] Remove any npx stubs too --- bin/omarchy-remove-preinstalls | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/omarchy-remove-preinstalls b/bin/omarchy-remove-preinstalls index d4e9a615..49f6a42b 100755 --- a/bin/omarchy-remove-preinstalls +++ b/bin/omarchy-remove-preinstalls @@ -13,6 +13,10 @@ if gum confirm "Are you sure you want to remove all preinstalled web apps, TUI w cp "$OMARCHY_PATH/default/hypr/plain-bindings.conf" ~/.config/hypr/bindings.conf hyprctl reload + # Remove npx stubs + rm -f ~/.local/bin/codex ~/.local/bin/gemini ~/.local/bin/copilot \ + ~/.local/bin/opencode ~/.local/bin/playwright-cli ~/.local/bin/pi + omarchy-pkg-drop \ aether \ typora \