dotfiles
Set up a unix system using dotfiles and an installation script.
Requirements
OSX
Install Homebrew and Git
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install gitUbuntu
Install Git
sudo apt-get install gitInstallation
Clone dotfiles to your home folder and run install script
git clone git://github.com/mamuz/dotfiles.git ~/dotfiles && cd ~/dotfiles && source install.shUpdate
cd ~/dotfiles && source update.shAppendix
This is optimized for MacOS/Ubuntu+Gnome and includes a dev environment based on zsh, tmux, vim, google chrome, git, docker, aws, mysqlworkbench and phpstorm.