This repository has been archived on 2025-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
theshire/mise.toml

12 lines
365 B
TOML
Raw Normal View History

2024-12-30 21:31:25 -06:00
[tools]
task = "latest"
[env]
2024-12-31 11:29:45 -06:00
KUBECONFIG="{{config_root}}/kubeconfig"
2024-12-30 21:31:25 -06:00
SOPS_AGE_KEY_FILE="{{config_root}}/age.key"
TALOSCONFIG="{{config_root}}/kubernetes/bootstrap/talos/clusterconfig/talosconfig"
2024-12-31 11:29:45 -06:00
[tasks.aider]
description = "My Aider workflow."
run = "aider --no-auto-commits --cache-prompts --cache-keepalive-pings 12 --no-suggest-shell-commands --watch-files"