Skip to content

Instantly share code, notes, and snippets.

@gnclmorais
Created July 27, 2014 11:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnclmorais/34303a4b8da4e26f5087 to your computer and use it in GitHub Desktop.
Save gnclmorais/34303a4b8da4e26f5087 to your computer and use it in GitHub Desktop.
Add/remove iTerm 2 from OS X’s dock
#Remove iTerm 2 from the dock
/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/iTerm\ 2.app/Contents/Info.plist
#Restore iTerm 2 to the dock
/usr/libexec/PlistBuddy -c 'Delete :LSUIElement' /Applications/iTerm\ 2.app/Contents/Info.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment