Skip to content

Instantly share code, notes, and snippets.

@jordanbrown
Last active December 24, 2015 17:09
Show Gist options
  • Save jordanbrown/6832885 to your computer and use it in GitHub Desktop.
Save jordanbrown/6832885 to your computer and use it in GitHub Desktop.
Hide Terminal.app
How to Do It
1. Run sudo nano /Applications/Utilities/Terminal.app/Contents/Info.plist
2. Add these two lines right after opening <dict> tag:
<key>LSUIElement</key>
<true />
3. Save and close the file by pressing (control key) ^O Enter ^X
4. Quit Terminal and launch it again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment