add chezmoi nvim update script

This commit is contained in:
Yuan Chiu 2025-04-30 08:54:13 +08:00
parent 8d427316bd
commit c3c3605729

View File

@ -2,6 +2,7 @@
zsh -i -c 'zinit update' zsh -i -c 'zinit update'
vim +PlugInstall +qall vim +PlugInstall +qall
nvim --headless "+Lazy! update" +qa
{{ if and (eq .chezmoi.os "linux") (stat (print .chezmoi.homeDir "/.winscp")) }} {{ if and (eq .chezmoi.os "linux") (stat (print .chezmoi.homeDir "/.winscp")) }}
{{ if or (eq .chezmoi.osRelease.id "manjaro") (eq .chezmoi.osRelease.id "arch") }} {{ if or (eq .chezmoi.osRelease.id "manjaro") (eq .chezmoi.osRelease.id "arch") }}