From 87d7cde368beb69e9a6bd0d4f54a33359fface47 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Wed, 23 Apr 2025 21:14:05 +0800 Subject: [PATCH] add after install script --- .chezmoiscripts/run_onchange_after_install-packages.sh.tmpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .chezmoiscripts/run_onchange_after_install-packages.sh.tmpl 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