Switch from npm to mise for the lazy-loaded tools

This commit is contained in:
David Heinemeier Hansson
2026-05-25 16:49:18 +02:00
parent 8ffb498168
commit f1f75ee11b
13 changed files with 35 additions and 100 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
#!/bin/bash
# omarchy:summary=Ensure all default .desktop, web apps, TUIs, and npm wrappers are installed.
# omarchy:summary=Ensure all default .desktop, web apps, TUIs, and mise wrappers are installed.
mkdir -p ~/.local/share/icons/hicolor/48x48/apps/
cp "$OMARCHY_PATH"/applications/icons/*.png ~/.local/share/icons/hicolor/48x48/apps/
@@ -14,10 +14,10 @@ if omarchy-cmd-present alacritty; then
cp "$OMARCHY_PATH/default/alacritty/Alacritty.desktop" ~/.local/share/applications/
fi
# Refresh the webapps, TUIs, and npm wrappers
# Refresh the webapps, TUIs, and mise wrappers
bash "$OMARCHY_PATH/install/packaging/icons.sh"
bash "$OMARCHY_PATH/install/packaging/webapps.sh"
bash "$OMARCHY_PATH/install/packaging/tuis.sh"
bash "$OMARCHY_PATH/install/packaging/npm.sh"
bash "$OMARCHY_PATH/install/packaging/mise.sh"
update-desktop-database ~/.local/share/applications