diff --git a/bin/omarchy-refresh-applications b/bin/omarchy-refresh-applications index 6cc0e473..ad90da81 100755 --- a/bin/omarchy-refresh-applications +++ b/bin/omarchy-refresh-applications @@ -1,6 +1,6 @@ #!/bin/bash -# omarchy:summary=Ensure all default .desktop, web apps, TUIs, and npx wrappers are installed. +# omarchy:summary=Ensure all default .desktop, web apps, TUIs, and npm wrappers are installed. mkdir -p ~/.local/share/icons/hicolor/48x48/apps/ cp ~/.local/share/omarchy/applications/icons/*.png ~/.local/share/icons/hicolor/48x48/apps/ @@ -15,7 +15,7 @@ if omarchy-cmd-present alacritty; then cp ~/.local/share/omarchy/default/alacritty/alacritty.desktop ~/.local/share/applications/ fi -# Refresh the webapps, TUIs, and npx wrappers +# Refresh the webapps, TUIs, and npm wrappers bash $OMARCHY_PATH/install/packaging/icons.sh bash $OMARCHY_PATH/install/packaging/webapps.sh bash $OMARCHY_PATH/install/packaging/tuis.sh diff --git a/bin/omarchy-remove-preinstalls b/bin/omarchy-remove-preinstalls index e54dedf2..fd25c2f4 100755 --- a/bin/omarchy-remove-preinstalls +++ b/bin/omarchy-remove-preinstalls @@ -12,7 +12,7 @@ if gum confirm "Are you sure you want to remove all preinstalled web apps, TUI w cp "$OMARCHY_PATH/default/hypr/plain-bindings.lua" ~/.config/hypr/bindings.lua hyprctl reload - # Remove npx stubs + # Remove npm stubs rm -f ~/.local/bin/codex ~/.local/bin/gemini ~/.local/bin/copilot \ ~/.local/bin/opencode ~/.local/bin/playwright-cli ~/.local/bin/pi