mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add Deno
This commit is contained in:
@@ -20,6 +20,10 @@ bun)
|
|||||||
echo -e "Installing Bun...\n"
|
echo -e "Installing Bun...\n"
|
||||||
mise use -g bun@latest
|
mise use -g bun@latest
|
||||||
;;
|
;;
|
||||||
|
deno)
|
||||||
|
echo -e "Installing Deno...\n"
|
||||||
|
mise use -g deno@latest
|
||||||
|
;;
|
||||||
go)
|
go)
|
||||||
echo -e "Installing Go...\n"
|
echo -e "Installing Go...\n"
|
||||||
mise use --global go@latest
|
mise use --global go@latest
|
||||||
|
|||||||
Reference in New Issue
Block a user