Skip to content

Instantly share code, notes, and snippets.

@Netcelal
Created September 10, 2012 15:17
Show Gist options
  • Save Netcelal/3691443 to your computer and use it in GitHub Desktop.
Save Netcelal/3691443 to your computer and use it in GitHub Desktop.
Installing TextMate Bundles
mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
cd ~/Library/Application\ Support/TextMate/Bundles
git clone --GitHub Bundle Link
osascript -e 'tell app "TextMate" to reload bundles'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment