Skip to content

Instantly share code, notes, and snippets.

@alexeybondarenko
Last active November 22, 2015 15:31
Show Gist options
  • Save alexeybondarenko/6a152a70491d66263e32 to your computer and use it in GitHub Desktop.
Save alexeybondarenko/6a152a70491d66263e32 to your computer and use it in GitHub Desktop.
Prepare OSX

##Brew

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

Brew require Xcode Developer Tools. They will be proposed to download. You should agree with it

##Caskroom

Caskroom - is software manager for OS X. It makes possible to install populare apps from command line.

brew install caskroom/cask/brew-cask

##NTFS

###Install OSXFuse

brew cask install osxfuse

###Install NTFS 3g

brew install ntfs-3g

###Link NTFS-3G to the system location

sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original
sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs

##Favorite software

brew cask install evernote google-chrome 1password sublime-text dropbox github-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment