Skip to content

Instantly share code, notes, and snippets.

View JoshuaCrewe's full-sized avatar

Joshua Crewe JoshuaCrewe

View GitHub Profile
@JoshuaCrewe
JoshuaCrewe / brew-sync.sh
Created February 24, 2017 16:28 — forked from witt3rd/brew-sync.sh
Sync Homebrew installations between Macs via Dropbox
#!/bin/bash
# Sync Homebrew installations between Macs via Dropbox
#
BREW="/usr/local/bin/brew"
# first get local settings
echo "Reading local settings ..."
rm -f /tmp/brew-sync.*