[settings] experimental = true [env] _.python.venv = { path = "~/.local/share/mise-global-python", create = true } MISE_TOOL_COMPLETIONS = { required = true } QUICKSTART_REPO = { required = true } PISTARCHIO_STACKS_DIR = "{{env.QUICKSTART_REPO}}/stacks" PISTARCHIO_LIBRARY_DIR = "{{env.QUICKSTART_REPO}}/library" PISTARCHIO_VENDOR_DESTINATION_DIR = "{{env.QUICKSTART_REPO}}/../clients" [tools] usage = "latest" uv = "latest" python = "3.14" go = "1.24.4" jq = "latest" yq = "latest" pre-commit = "latest" "github:BurntSushi/ripgrep" = { version = "latest", postinstall = """ dir="${XDG_DATA_HOME:-$HOME/.local/share}/zsh-completions" mkdir -p "${dir}" ln -sf "${MISE_TOOL_INSTALL_PATH}/complete/_rg" "${dir}/_rg" """ } "github:sharkdp/fd" = { version = "latest", postinstall = """ dir="${XDG_DATA_HOME:-$HOME/.local/share}/zsh-completions" mkdir -p "${dir}" ln -sf "${MISE_TOOL_INSTALL_PATH}/autocomplete/_fd" "${dir}/_fd" """ } "github:cli/cli" = { version = "latest", postinstall = """ dir="${MISE_TOOL_COMPLETIONS}" mkdir -p "$dir" { cat <