fix run_onchange_before_linux-install-packages.sh.tmpl

This commit is contained in:
Yuan Chiu 2025-05-04 20:04:13 +08:00
parent 691f6b2b2d
commit 1f0ab901f0

View File

@ -15,7 +15,7 @@ fi
{{/* 手動安裝 neovim 0.11.1 */ -}}
{{ if eq .chezmoi.arch "amd64"}}
if ! command -v zsh &> /dev/null; then
if ! command -v nvim &> /dev/null; then
curl -LO https://github.com/neovim/neovim/releases/download/v0.11.1/nvim-linux-x86_64.appimage
chmod u+x nvim-linux-x86_64.appimage
./nvim-linux-x86_64.appimage --appimage-extract