Change summary
dot_config/mise/config.toml | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-)
Detailed changes
@@ -1,9 +1,10 @@
# https://mise.jdx.dev/
[tools]
-zig = "latest"
-fnox = "latest"
usage = "latest"
+fnox = "latest"
+hk = "latest"
+zig = "latest"
gleam = "latest"
rust = "latest"
node = "latest"
@@ -63,12 +64,9 @@ bun = "latest"
"github:smol-machines/smolvm" = "latest"
"github:silverbulletmd/silverbullet" = "latest"
-[tools."github:peteonrails/voxtype"]
-version = "latest"
-asset_pattern = "voxtype-*-linux-x86_64-onnx-avx2"
-
"cargo:https://github.com/alexispurslane/jjdag" = "rev:882ff4e5ae382985aa06e9ff91290719cbb43d28"
"cargo:cargo-watch" = "latest"
+"cargo:cargo-zigbuild" = "latest"
"npm:@typescript/native-preview" = "latest"
"npm:@vtsls/language-server" = "latest"
@@ -78,29 +76,27 @@ asset_pattern = "voxtype-*-linux-x86_64-onnx-avx2"
"npm:impeccable" = "latest"
"go:git.sr.ht/~xenrox/hut" = "latest"
-
-"http:wt" = { version = "latest", url = "https://git.secluded.site/wt/blob/main/dist/wt?raw=1" }
+"go:git.secluded.site/keld" = "latest"
"forgejo:mergiraf/mergiraf" = { version = "latest", api_url = "https://codeberg.org/api/v1" }
+"pipx:RBTools" = "latest"
+"pipx:basedpyright" = "latest"
+
# LLM bullshit
"github:stakpak/agent" = "latest"
"http:coderabbit" = { version = "latest", url = 'https://cli.coderabbit.ai/releases/{{version}}/coderabbit-{{os(macos="darwin")}}-{{arch()}}.zip', version_list_url = "https://cli.coderabbit.ai/releases/latest/VERSION" }
"npm:octofriend" = "latest"
-"npm:@sourcegraph/amp" = "latest"
-"npm:@mariozechner/pi-coding-agent" = "latest"
+"npm:@openai/codex" = "latest"
"npm:@fission-ai/openspec" = "latest"
"npm:@kodus/cli" = "latest"
+"npm:@acai.sh/cli" = "latest"
"pipx:git+https://github.com/NousResearch/hermes-agent.git" = "latest"
+"npm:@mariozechner/pi-coding-agent" = "latest"
-"cargo:cargo-zigbuild" = "latest"
-
-[tools."http:lune"]
+[tools."github:peteonrails/voxtype"]
version = "latest"
-url = 'https://releases.secluded.site/lune/{{ version }}/lune-{{ version }}-{{ os(macos="darwin") }}-{{ arch(x64="amd64") }}'
-bin = "lune"
-version_list_url = "https://releases.secluded.site/lune/"
-version_regex = 'class="mise-version">([^<]+)'
+asset_pattern = "voxtype-*-linux-x86_64-onnx-avx2"
[tools."http:crush"]
version = "latest"
@@ -109,6 +105,13 @@ bin = "crush"
version_list_url = "https://releases.secluded.site/crush/"
version_regex = 'class="mise-version">([^<]+)'
+[tools."http:lune"]
+version = "latest"
+url = 'https://releases.secluded.site/lune/{{ version }}/lune-{{ version }}-{{ os(macos="darwin") }}-{{ arch(x64="amd64") }}'
+bin = "lune"
+version_list_url = "https://releases.secluded.site/lune/"
+version_regex = 'class="mise-version">([^<]+)'
+
[tools."http:git-format"]
version = "latest"
url = 'https://releases.secluded.site/git-format/{{ version }}/git-format-{{ version }}-{{ os(macos="darwin") }}-{{ arch(x64="amd64") }}'