From ca8cccf242a4dff6e9aab75ab2c2001cba34bbb6 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 17 Feb 2026 17:24:04 -0700 Subject: [PATCH] chore(mise): reorganise and clean up tools Remove unused tools: - aqua:openai/codex - npm:repomix - pipx:ntfyr Add new tools: - github:marcus/sidecar - github:marcus/td --- dot_config/mise/config.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dot_config/mise/config.toml b/dot_config/mise/config.toml index 6cf26b76f7ba8e13c37c867b2eac08f28e7363f6..543278e2fc7429695bd141b2615d75476c5527e8 100644 --- a/dot_config/mise/config.toml +++ b/dot_config/mise/config.toml @@ -30,7 +30,6 @@ bun = "latest" "aqua:twpayne/chezmoi" = "latest" "aqua:golangci/golangci-lint" = "latest" "aqua:nametake/golangci-lint-langserver" = "latest" -"aqua:openai/codex" = "latest" "aqua:sxyazi/yazi" = "latest" "aqua:jesseduffield/lazygit" = "latest" "aqua:astral-sh/uv" = "latest" @@ -54,23 +53,24 @@ bun = "latest" "github:stefanlogue/meteor" = "latest" "github:dahlia/hongdown" = "latest" "github:Backblaze/B2_Command_Line_Tool" = "latest" -"github:stakpak/agent" = "latest" -"go:git.secluded.site/crush" = "latest" -"go:git.secluded.site/git-format" = "latest" -"go:git.sr.ht/~xenrox/hut" = "latest" -"go:git.secluded.site/lune" = "latest" - -"npm:octofriend" = "latest" -"npm:@sourcegraph/amp" = "latest" -"npm:@mariozechner/pi-coding-agent" = "latest" "npm:@typescript/native-preview" = "latest" "npm:@vtsls/language-server" = "latest" "npm:bash-language-server" = "latest" -"npm:repomix" = "latest" "npm:typescript" = "latest" "npm:typescript-language-server" = "latest" -"pipx:ntfyr" = { version = "latest", uvx_args = "--python 3.13" } +"go:git.sr.ht/~xenrox/hut" = "latest" +"go:git.secluded.site/lune" = "latest" "http:wt" = { version = "latest", url = "https://git.secluded.site/wt/blob/main/dist/wt?raw=1" } + +# LLM bullshit +"github:marcus/sidecar" = "latest" +"github:marcus/td" = "latest" +"github:stakpak/agent" = "latest" +"npm:octofriend" = "latest" +"npm:@sourcegraph/amp" = "latest" +"npm:@mariozechner/pi-coding-agent" = "latest" +"go:git.secluded.site/crush" = "latest" +"go:git.secluded.site/git-format" = "latest"