From 1d093a3dbefa36bcbf593039e0a88a0d8d290e32 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 3 Feb 2026 16:13:09 -0700 Subject: [PATCH] feat(mise): add node, ruby, and roc Add Node.js and Ruby to the managed language toolchains alongside the existing Go, Gleam, and Rust installations. Also add Roc (roc-lang/roc) for functional programming experiments. Remove axonhub which is no longer needed. --- dot_config/mise/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/mise/config.toml b/dot_config/mise/config.toml index f52d5450586b96f31e0c12abee002b3ca6f3d42f..cabc7332230aba6b387c6fbca83f71e76c90f1c3 100644 --- a/dot_config/mise/config.toml +++ b/dot_config/mise/config.toml @@ -4,6 +4,8 @@ usage = "latest" gleam = "latest" rust = "latest" +node = "latest" +ruby = "2.5" "aqua:FiloSottile/age" = "latest" "aqua:sharkdp/bat" = "latest" @@ -23,7 +25,6 @@ rust = "latest" "aqua:charmbracelet/vhs" = "latest" "aqua:mikefarah/yq" = "latest" -"github:looplj/axonhub" = "latest" "github:TomWright/dasel" = "latest" "github:skatkov/devtui" = "latest" "github:muesli/duf" = "latest" @@ -36,6 +37,7 @@ rust = "latest" "github:lusingander/serie" = "latest" "github:Gaurav-Gosain/tuios" = { version = "latest", asset_pattern = "tuios_*_Linux_x86_64.tar.gz" } "github:curl/wcurl" = { version = "latest", asset_pattern = "wcurl" } +"github:roc-lang/roc" = "latest" "go:git.secluded.site/crush" = "latest" "go:git.secluded.site/formatted-commit" = "latest"