Skip to content

Instantly share code, notes, and snippets.

@vwall
Created September 3, 2011 20:37
Show Gist options
  • Select an option

  • Save vwall/1191752 to your computer and use it in GitHub Desktop.

Select an option

Save vwall/1191752 to your computer and use it in GitHub Desktop.
Convert iterm2.plist to xml
$ cp ~/Library/Preferences/com.googlecode.iterm2.plist /tmp/
$ plutil -convert xml1 /tmp/com.googlecode.iterm2.plist
$ vi /tmp/com.googlecode.iterm2.plist # ... do whatever you want
You can convert it back to a binary file with
$ plutil -convert binary1 FILENAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment