diff --git a/dot_config/mise/config.toml b/dot_config/mise/config.toml index 80aebaa69c7fcff37969c6713860eb105b3c41ae..09dcc5854355f0c99ab41d3c6320cf2fc77cda04 100644 --- a/dot_config/mise/config.toml +++ b/dot_config/mise/config.toml @@ -70,7 +70,6 @@ bun = "latest" # LLM bullshit "github:marcus/sidecar" = "latest" -"github:marcus/td" = "latest" "github:stakpak/agent" = "latest" "npm:octofriend" = "latest" "npm:@sourcegraph/amp" = "latest" @@ -78,3 +77,4 @@ bun = "latest" "go:git.secluded.site/crush" = "latest" "go:git.secluded.site/git-format" = "latest" "npm:@fission-ai/openspec" = "latest" +"cargo:https://git.secluded.site/yatd" = "latest" diff --git a/dot_config/private_jj/config.toml.tmpl b/dot_config/private_jj/config.toml.tmpl index 86f8b9f699613f3fa887d789e43e54490fdb55ef..8aa603876f17893be8839c283bcd8bf8c69aeda5 100644 --- a/dot_config/private_jj/config.toml.tmpl +++ b/dot_config/private_jj/config.toml.tmpl @@ -65,7 +65,7 @@ if [ -z "$remote" ]; then remote="origin" fi -jj sign -r "mine() & mutable() & ~signed() & (remote_bookmarks(remote=${remote})..closest_bookmark(@))" +jj sign -r "mine() & mutable() & (remote_bookmarks(remote=${remote})..closest_bookmark(@))" jj git push "$@" """, ""] {{- end }}