Skip to content

Instantly share code, notes, and snippets.

@ajorpheus
Forked from sponomarev/command.sh
Last active August 29, 2015 14:22
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 ajorpheus/1b2a998aaeb48c68615f to your computer and use it in GitHub Desktop.
Save ajorpheus/1b2a998aaeb48c68615f to your computer and use it in GitHub Desktop.
# remove
/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/iTerm.app/Contents/Info.plist
# restore
/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