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" }} {{ if ne .chezmoi.os "darwin" }}
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl .chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
.config/iterm2/com.googlecode.iterm2.plist
{{ end }} {{ end }}
{{ if ne .chezmoi.os "linux" }} {{ if ne .chezmoi.os "linux" }}
.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl .chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl

View File

@ -2,3 +2,8 @@
zsh -i -c 'zinit update' 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