Set up a unix system on MacOS using dotfiles and an installation script.
Install Homebrew and Git
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
Clone dotfiles to your home folder and run install script
git clone git://github.com/mamuz/dotfiles.git ~/dotfiles && cd ~/dotfiles && source install.sh
cd ~/dotfiles && source update.sh