7 lines
212 B
Bash
7 lines
212 B
Bash
#!/bin/sh
|
|
|
|
{{ if eq .chezmoi.os "darwin" -}}
|
|
defaults write com.googlecode.iterm2 PrefsCustomFolder -string "~/.config/iterm2"
|
|
defaults write com.googlecode.iterm2 LoadPrefsFromCustomFolder -bool true
|
|
{{ end -}}
|