dotfiles/.chezmoiscripts/run_onchange_after_install.sh.tmpl
2025-04-25 03:20:59 +08:00

9 lines
261 B
Bash

#!/bin/sh
zsh -i -c 'zinit update'
vim +PlugInstall +qall
{{ if eq .chezmoi.os "darwin" -}}
defaults write com.googlecode.iterm2 PrefsCustomFolder -string "~/.config/iterm2"
defaults write com.googlecode.iterm2 LoadPrefsFromCustomFolder -bool true
{{ end -}}