Skip to content

Instantly share code, notes, and snippets.

@avilshadow
avilshadow / yosemite ntfs read+write.txt
Created February 15, 2016 13:05 — forked from bjorgvino/yosemite ntfs read+write.txt
osxfuse + ntfs-3g + Yosemite = NTFS R/W
Remove osxfuse if installed via homebrew:
> brew uninstall osxfuse
Install osxfuse binary and choose to install the MacFUSE compatibility layer:
http://sourceforge.net/projects/osxfuse/files/latest/download?source=files
Reboot (optional but recommended by osxfuse)
Install ntfs-3g via homebrew:
> brew update && brew install ntfs-3g

tmux cheatsheet

As configured in my dotfiles.

start new with session name:

tmux new -s myname

attach to named:

tmux a -t myname