add iterm2

This commit is contained in:
Yuan Chiu 2025-04-25 03:20:59 +08:00
parent d30daa6a9f
commit b92623f86d
3 changed files with 1184 additions and 1 deletions

View File

@ -4,6 +4,7 @@ chezmoi.code-workspace
{{ if ne .chezmoi.os "darwin" }}
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
.config/iterm2/com.googlecode.iterm2.plist
{{ end }}
{{ if ne .chezmoi.os "linux" }}
.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl

View File

@ -1,4 +1,9 @@
#!/bin/sh
zsh -i -c 'zinit update'
vim +PlugInstall +qall
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 -}}

File diff suppressed because it is too large Load Diff