Custom settings for iTerm2 (com.googlecode.iterm2.plist file).
To restore these settings on a new machine:
- Clone this repository to
~/settings-iterm2. - Open iTerm2 and go to Settings > General > Settings
- Under External settings, check Load preferences from a custom folder or URL
- Click Browse and select the folder with the cloned repository
- Set Save changes to Automatically
- Restart iTerm2
All changes to the settings are automatically saved to the local copy of the com.googlecode.iterm2.plist file since Save changes is set to Automatically in External settings.
To back up the current version of the local com.googlecode.iterm2.plist file, commit and push to GitHub:
cd ~/settings-iterm2
git add com.googlecode.iterm2.plist
git commit && git push