From be5443ede1a888f0973a353d1e9467f51cf5fac4 Mon Sep 17 00:00:00 2001 From: theMackabu Date: Sun, 13 Jul 2025 15:07:31 -0700 Subject: [PATCH] feat(mise): add config file with development tools and settings --- mise/config.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mise/config.toml diff --git a/mise/config.toml b/mise/config.toml new file mode 100644 index 0000000..d71a5f7 --- /dev/null +++ b/mise/config.toml @@ -0,0 +1,24 @@ +[tools] +ruby = "latest" +java = "latest" +zig = "latest" +maven = "latest" +node = "latest" +go = "latest" +gleam = "latest" +"npm:@themackabu/yarn2" = "latest" +"npm:create-dmg" = "latest" +"npm:pierre" = "latest" +python = "latest" +kotlin = "latest" +"npm:prettier" = "latest" +"npm:typescript" = "latest" +"npm:typescript-language-server" = "latest" +"npm:eslint" = "latest" +"npm:opencommit" = "latest" +"npm:@biomejs/biome" = "2.0.0" +"npm:opencode-ai" = "latest" + +[settings] +experimental = true +idiomatic_version_file_enable_tools = ["node"] -- 2.51.2