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