Skip to content

Instantly share code, notes, and snippets.

@szymonskirgajllo
Forked from sponomarev/command.sh
Created July 18, 2016 07:15
Show Gist options
  • Select an option

  • Save szymonskirgajllo/9d8a158f161baca249f1aaa5e77a576a to your computer and use it in GitHub Desktop.

Select an option

Save szymonskirgajllo/9d8a158f161baca249f1aaa5e77a576a 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