Skip to content

Instantly share code, notes, and snippets.

@statonjr
Created July 1, 2011 11:45
Show Gist options
  • Save statonjr/1058375 to your computer and use it in GitHub Desktop.
Save statonjr/1058375 to your computer and use it in GitHub Desktop.
find ~/Library/Application\ Support/TextMate/Bundles -iname "*.tmbundle" | parallel 'cd {};git pull' | osascript -e 'tell application "TextMate" to reload bundles'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment