Skip to content

Instantly share code, notes, and snippets.

@coreyja
Created October 21, 2014 16:07
Show Gist options
  • Save coreyja/7b38d87debe8c08aded8 to your computer and use it in GitHub Desktop.
Save coreyja/7b38d87debe8c08aded8 to your computer and use it in GitHub Desktop.
Commands to show or hide the iTerm2 dock icon
Hide Icon:
/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/iTerm.app/Contents/Info.plist
Show Icon:
/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