In the directory ~/bin
clone the repo
cd ~/bin
git clone https://github.com/theneubeck/dotfiles.git
Symlink from dotfiles/bashrc to ~/.bashrc
ln -s ~/bin/dotfiles/bashrc ~/.bashrc
Depending on your env you might have to add . ~/.bashrc
to your ~/.bash_profile
echo ". ~/.bashrc" >> ~/.bash_profile