mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
6 lines
126 B
Bash
6 lines
126 B
Bash
echo "Ensure node is available via mise (for treesitter cli)"
|
|
|
|
if omarchy-cmd-missing node; then
|
|
mise use -g node@latest
|
|
fi
|