Various configuration files.
Clone repository into your HOME dir, then execute:
make install
If you get the following error while loading rc files:
syntax error near unexpected token `&'
you need to upgrade your bash
by the following steps:
brew install bash
sudo ex +'$put =\"/usr/local/bin/bash\"' -scwq /etc/shells
chsh -s /usr/local/bin/bash