There is no place like 127.0.0.1
this repo contains my default configs i use on every machine
clone myhome into ~/myhome
put the following line in your .gitconfig
[core]
excludesfile = ~/myhome/gitignore
[include]
path = myhome/gitconfig
put the following line in your .bashrc or maybe in .bash_profile if your using mac os
source ~/myhome/bashrc
put the following line in your ~/.vimrc
source ~/myhome/vimrc