Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iterm2] Configure defaults as part of install script #9

Open
0xdevalias opened this issue May 15, 2020 · 0 comments
Open

[iterm2] Configure defaults as part of install script #9

0xdevalias opened this issue May 15, 2020 · 0 comments

Comments

@0xdevalias
Copy link
Owner

0xdevalias commented May 15, 2020

See https://yadm.io/docs/bootstrap for example:

if [ -d "$HOME/.iterm2" ]; then
  echo "Setting iTerm preference folder"
  defaults write com.googlecode.iterm2 PrefsCustomFolder "$HOME/.iterm2"
  defaults write com.googlecode.iterm2 LoadPrefsFromCustomFolder -bool true

  echo "Enabling automatic updates"
  defaults write com.googlecode.iterm2 SUEnableAutomaticChecks -bool true
fi

See also: defaults read com.googlecode.iterm2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant