Skip to content

Instantly share code, notes, and snippets.

@panoply
Last active May 7, 2016 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panoply/f134094cc195a56aef336d74cb4fe131 to your computer and use it in GitHub Desktop.
Save panoply/f134094cc195a56aef336d74cb4fe131 to your computer and use it in GitHub Desktop.
Hide and Show iTerm in dock and tab/switch

iTerm – Hide and Show

Hide:

/usr/libexec/PlistBuddy -c "Add :LSUIElement bool true" /Applications/iTerm.app/Contents/Info.plist

Show:

 /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