mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-30 20:24:08 -06:00
Reorganize symlinked configs from .config-source to .managed directory for better clarity on auto-updated vs manual files. Add mise config.toml to replace .tool-versions, pin zoxide and deno versions. Remove Go from PATH templates since it's now managed via mise.
20 lines
324 B
TOML
20 lines
324 B
TOML
[tools]
|
|
actionlint = "latest"
|
|
chezmoi = "latest"
|
|
deno = "2.2.2"
|
|
fastfetch = "latest"
|
|
gh = "latest"
|
|
go = "latest"
|
|
just = "latest"
|
|
ktlint = "latest"
|
|
lazygit = "latest"
|
|
lsd = "latest"
|
|
node = "latest"
|
|
pnpm = "latest"
|
|
powershell-core = "latest"
|
|
railway = "latest"
|
|
tokei = "latest"
|
|
typst = "latest"
|
|
uv = "latest"
|
|
zoxide = "0.9.6"
|