diff --git a/.chezmoiscripts/run_onchange_after_install-packages.sh.tmpl b/.chezmoiscripts/run_onchange_after_install-packages.sh.tmpl new file mode 100644 index 0000000..bc4e62e --- /dev/null +++ b/.chezmoiscripts/run_onchange_after_install-packages.sh.tmpl @@ -0,0 +1,4 @@ +#!/bin/sh + +zsh -i -c 'zinit update' +vim +PlugInstall +qall \ No newline at end of file