Skip to content

Instantly share code, notes, and snippets.

@HansCz
Last active December 12, 2015 02:08
Show Gist options
  • Select an option

  • Save HansCz/4695778 to your computer and use it in GitHub Desktop.

Select an option

Save HansCz/4695778 to your computer and use it in GitHub Desktop.
ITerm (Bash) - Removing and re-adding the dock icon for ITerm
# ref: http://code.google.com/p/iterm2/issues/detail?id=1271#c7
/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/iTerm.app/Contents/Info.plist
# And this to undo:
/usr/libexec/PlistBuddy -c 'Delete :LSUIElement' /Applications/iTerm.app/Contents/Info.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment