config: update tool versions to latest and add new tools to mise

This commit is contained in:
2026-01-01 19:58:57 -06:00
parent c364c0cd10
commit bfa82ef74c
2 changed files with 7 additions and 2 deletions
+6 -2
View File
@@ -1,7 +1,8 @@
[tools] [tools]
actionlint = "latest" actionlint = "latest"
chezmoi = "latest" chezmoi = "latest"
deno = "2.2.2" deno = "latest"
dua = "latest"
fastfetch = "latest" fastfetch = "latest"
gh = "latest" gh = "latest"
go = "latest" go = "latest"
@@ -16,4 +17,7 @@ railway = "latest"
tokei = "latest" tokei = "latest"
typst = "latest" typst = "latest"
uv = "latest" uv = "latest"
zoxide = "0.9.6" zoxide = "latest"
dust = "latest"
bun = "latest"
imagemagick = "latest"
@@ -22,6 +22,7 @@ abbr -a la 'lsd -a'
abbr -a lla 'lsd -la' abbr -a lla 'lsd -la'
abbr -a lt 'lsd --tree' abbr -a lt 'lsd --tree'
abbr -a ll 'lsd -AlFh' abbr -a ll 'lsd -AlFh'
abbr -a lsblk 'lsblk -f'
abbr -a nano 'micro' abbr -a nano 'micro'
abbr -a lg 'lazygit' abbr -a lg 'lazygit'
abbr -a vim 'nvim' abbr -a vim 'nvim'