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

@@ -57,26 +57,5 @@ else
chsh -s $(which fish) || echo "chsh failed"
fi
if test -x ~/.webman/bin/nvim; then
echo "nvim already installed"
else
echo "\n[-] Installing nvim [-]"
~/.webman/bin/webman add nvim
fi
echo "\n[-] Running fish install setup [-]"
/usr/bin/env fish ~/.config/fish/.on_install.fish
if test -f ~/.config/nvim/README.md ; then
echo "Already installed AstroNvim"
else
echo "\n[-] Installing AstroNvim [-]"
if test -x ~/.webman/bin/nvim ; then
~/.webman/bin/nvim --headless +q
else
echo "~/.webman/bin/nvim does not exist or is not executable"
fi
fi