Skip to content

Instantly share code, notes, and snippets.

@hiepnsx
Forked from sponomarev/command.sh
Created June 17, 2016 01:37
Show Gist options
  • Save hiepnsx/97552f283fa6b0b53be0448eeab3ab12 to your computer and use it in GitHub Desktop.
Save hiepnsx/97552f283fa6b0b53be0448eeab3ab12 to your computer and use it in GitHub Desktop.
Remove iTerm2 icon from Dock
# 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