Newer
Older
invertedlogic / Mac-Setup-brew-and-NTFS.sh
@John Ryland John Ryland on 5 Nov 2017 389 bytes add some tips
#!/bin/bash

echo "First install OSX Fuse - https://github.com/osxfuse/osxfuse/releases"

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

brew install ntfs-3g

# May need to setup cert.pem.
# Run the keychain app, export the system certificates and copy to /usr/local/etc/openssl/cert.pem

# Useful tools:
#   brew install imagemagick