fix run_onchange_before_linux-install-packages.sh.tmpl
This commit is contained in:
parent
691f6b2b2d
commit
1f0ab901f0
@ -15,7 +15,7 @@ fi
|
|||||||
|
|
||||||
{{/* 手動安裝 neovim 0.11.1 */ -}}
|
{{/* 手動安裝 neovim 0.11.1 */ -}}
|
||||||
{{ if eq .chezmoi.arch "amd64"}}
|
{{ 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
|
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
|
chmod u+x nvim-linux-x86_64.appimage
|
||||||
./nvim-linux-x86_64.appimage --appimage-extract
|
./nvim-linux-x86_64.appimage --appimage-extract
|
||||||
|
Loading…
x
Reference in New Issue
Block a user