replace webman with mise

This commit is contained in:
2025-06-13 16:28:38 -06:00
parent 9ff02b60e7
commit 749b57966d
8 changed files with 47 additions and 65 deletions

View File

@@ -35,22 +35,7 @@ echo "[-] Updating casks [-]"
{{ end -}}
{{ end -}}
echo "[-] Updating Webman groups [-]"
if test -x ~/.webman/bin/webman; then
echo "webman already installed"
else
echo "\n[-] Installing webman [-]"
curl https://raw.githubusercontent.com/candrewlee14/webman/main/scripts/install.sh | sh
fi
~/.webman/bin/webman upgrade webman
{{ range .packages.webman.groups -}}
~/.webman/bin/webman group upgrade {{ . | quote }} -a
{{ end -}}
echo "[-] Updating Webman packages [-]"
{{ range .packages.webman.pkgs -}}
~/.webman/bin/webman upgrade {{ . | quote }}
echo "[-] Updating Mise tools [-]"
{{ range .packages.mise -}}
~/.local/bin/mise use --global {{ . | quote }}
{{ end -}}