Basic terminal setup following https://gettinggit.com/everyday-git/terminal-tweaks-for-git with some additional tweaks.
I use a custom set of colors, no official theme. Download robbin-pale.itermcolors
With the alias added in ~/.bash_profile
;
$ dotfiles status
$ dotfiles add .vimrc
$ dotfiles commit -m "Add vimrc"
$ dotfiles add .bashrc
$ dotfiles commit -m "Add bashrc"
$ dotfiles push
More info: https://medium.com/toutsbrasil/how-to-manage-your-dotfiles-with-git-f7aeed8adf8b