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
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# omarchy:summary=Update mise-managed tools
if omarchy-cmd-present mise; then
echo -e "\e[32m\nUpdate mise tools\e[0m"
mise up
echo
fi