diff --git a/AGENTS.md b/AGENTS.md index 591d9a02..d94f09e8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,7 +31,7 @@ Common prefixes include: Other current prefixes include: -- `ac-`, `audio-`, `battery-`, `branch-`, `brightness-`, `channel-`, `config-`, `debug-`, `dev-`, `drive-`, `first-`, `font-`, `haptic-`, `hibernation-`, `hook-`, `hyprland-`, `menu-`, `migrate-`, `notification-`, `npx-`, `plymouth-`, `powerprofiles-`, `reinstall-`, `remove-`, `screensaver-`, `show-`, `snapshot-`, `state-`, `sudo-`, `system-`, `transcode-`, `tui-`, `tz-`, `upload-`, `version-`, `voxtype-`, `webapp-`, `wifi-`, `windows-` +- `ac-`, `audio-`, `battery-`, `branch-`, `brightness-`, `channel-`, `config-`, `debug-`, `dev-`, `drive-`, `first-`, `font-`, `haptic-`, `hibernation-`, `hook-`, `hyprland-`, `menu-`, `migrate-`, `notification-`, `npm-`, `plymouth-`, `powerprofiles-`, `reinstall-`, `remove-`, `screensaver-`, `show-`, `snapshot-`, `state-`, `sudo-`, `system-`, `transcode-`, `tui-`, `tz-`, `upload-`, `version-`, `voxtype-`, `webapp-`, `wifi-`, `windows-` # Command Metadata diff --git a/bin/omarchy b/bin/omarchy index 4e801c38..568c7bf6 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -51,7 +51,7 @@ GROUP_DESCRIPTIONS[launch]="Application launchers" GROUP_DESCRIPTIONS[menu]="Omarchy menu commands" GROUP_DESCRIPTIONS[migrate]="Migration runner" GROUP_DESCRIPTIONS[notification]="Notification helpers" -GROUP_DESCRIPTIONS[npx]="NPX package wrappers" +GROUP_DESCRIPTIONS[npm]="NPM package wrappers" GROUP_DESCRIPTIONS[osd]="On-screen display status helpers" GROUP_DESCRIPTIONS[pkg]="Package management helpers" GROUP_DESCRIPTIONS[plymouth]="Plymouth boot theme management" 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