Skip to content

Instantly share code, notes, and snippets.

@askalski85
Forked from sponomarev/command.sh
Created August 12, 2021 10:55
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 askalski85/ca6f2c29f298fe0a67cf8a80ecc1cb74 to your computer and use it in GitHub Desktop.
Save askalski85/ca6f2c29f298fe0a67cf8a80ecc1cb74 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