diff --git a/.chezmoiscripts/run_onchange_vscode-extensions.sh.tmpl b/.chezmoiscripts/run_onchange_vscode-extensions.sh.tmpl new file mode 100644 index 0000000..873ab6d --- /dev/null +++ b/.chezmoiscripts/run_onchange_vscode-extensions.sh.tmpl @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +{{ range .packages.vscode -}} +code --install-extension {{ . | quote }} +{{ end -}}