Skip to content

Instantly share code, notes, and snippets.

@tarex
Created August 28, 2014 13:24
Show Gist options
  • Save tarex/acf5f9f4d2d1f7ecd830 to your computer and use it in GitHub Desktop.
Save tarex/acf5f9f4d2d1f7ecd830 to your computer and use it in GitHub Desktop.

To hide iterm from the dock

/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