Skip to content

Instantly share code, notes, and snippets.

View fresham's full-sized avatar

Cody Frazer fresham

  • Saint Louis, MO
View GitHub Profile
@fresham
fresham / README.md
Last active December 11, 2015 20:17
Wiki image repo

This repository is used to host images for our GitHub wiki. If you need to add an image to the wiki, commit it here and use the link in the gist.

You can clone the gist as a repo with: git clone git@github.com:9160014ebe2e8b64f68e.git wiki_images

# There was a day where I have too many color schemes in iTerm2 and I want to remove them all.
# iTerm2 doesn't have "bulk remove" and it was literally painful to delete them one-by-one.
# iTerm2 save it's preference in ~/Library/Preferences/com.googlecode.iterm2.plist in a binary format
# What you need to do is basically copy that somewhere, convert to xml and remove color schemes in the xml files.
$ cd /tmp/
$ cp ~/Library/Preferences/com.googlecode.iterm2.plist .
$ plutil -convert xml1 com.googlecode.iterm2.plist
$ vi com.googlecode.iterm2.plist