- clone the repo
git clone git://github.com/vv1133/gitconfig.git
- rename it:
mv gitconfig ~/.git
- set up ~/.gitconfig, have a fake .gitconfig in your $HOME
ln -s ~/.git/_gitconfig ~/.gitconfig
- set up ~/.gitignore, have a fake .gitignore in your $HOME
ln -s ~/.git/_gitignore ~/.gitignore