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