Skip to content

Instantly share code, notes, and snippets.

@mmoscosa
Last active December 31, 2016 01:54
Show Gist options
  • Save mmoscosa/dbdc36705a40ccbf226ad35634df30b6 to your computer and use it in GitHub Desktop.
Save mmoscosa/dbdc36705a40ccbf226ad35634df30b6 to your computer and use it in GitHub Desktop.
iTerm Snippets

##To remove iTerm from the dock:

/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/iTerm.app/Contents/Info.plist

##To restore iTerm to the dock:

/usr/libexec/PlistBuddy -c 'Delete :LSUIElement' /Applications/iTerm.app/Contents/Info.plist

src: http://mmoscosa.com/2hDpDIu

Start a Simple Web Server from Any Directory on Your Mac

Just navigate to the directory you want to use and enter the following command:

python -m SimpleHTTPServer 8000

src: http://mmoscosa.com/2hDte9L


iterm2 Shortcuts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment