7 lines
224 B
Cheetah
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 -}}
|