Skip to content

Instantly share code, notes, and snippets.

@DanLuchi
DanLuchi / bundles.sh
Last active December 11, 2015 04:18 — forked from mkdynamic/bundles.sh
#!/usr/bin/env bash
#
# install all of http://github.com/phuibonhoa's TM bundles (OS X only)
#
echo "Installing bundles..."
# backup dir
if [ -d ~/desktop/_tm_bundle_backups ]; then rm -rf ~/desktop/_tm_bundle_backups; fi