The more experience I get with the command line, the more I want to customize my environment.
$ cp .bash_profile ~/.bash_profile$ source ~/.bash_profile$ cp .gitconfig ~/.gitconfig$ cp .vimrc ~/.vimrc
cd ~/.vim/colors
git clone git://github.com/chriskempson/base16-vim.git base16
cp base16/colors/*.vim .
Based off Mark Otto's config files