Files
dotfiles/.chezmoiscripts/run_once_after_apply.sh.tmpl
2026-01-21 12:16:00 +08:00

7 lines
224 B
Cheetah

#!{{ lookPath "sh" }}
{{ if eq .chezmoi.os "darwin" -}}
defaults write com.googlecode.iterm2 PrefsCustomFolder -string "~/.config/iterm2"
defaults write com.googlecode.iterm2 LoadPrefsFromCustomFolder -bool true
{{ end -}}