1) sudo yum install gettext-devel openssl-devel perl-CPAN perl-devel zlib-devel
2) wget https://Github.com/Git/Git/archive/v2.3.0.tar.gz
3) tar xvf v2.3.0
4) cd git-2.3.0/
5) make configure
6) ./configure --prefix=/usr/local/git --with-iconv=/usr/local/libiconv
7) make all doc
8) make install install-doc install-html
9) echo "export PATH=$PATH:/usr/local/git/bin" >> /etc/bashrc
10) source /etc/bashrc
11) git --version
12) yum install zsh
13) sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"