To get up and running:
$ cd ~
$ git clone git@github.com:baublet/dotfiles.git
$ echo "source ~/dotfiles/.bash_profile" >> ~/bash.rc
$ source ~/.bashrcOr, in one line:
$ cd ~ && git clone git@github.com:baublet/dotfiles.git && echo "source ~/dotfiles/.bash_profile" >> ~/.bashrc && source ~/.bashrcThat's it!