Skip to content

Instantly share code, notes, and snippets.

View nomadhacker's full-sized avatar

Michael Stubblefield nomadhacker

View GitHub Profile
@nomadhacker
nomadhacker / README.md
Created July 10, 2016 17:31 — forked from Coeur/README.md
Write to NTFS on OSX Yosemite and El Capitan

Install osxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.

Install Homebrew:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Update Homebrew formulae:

brew update