Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 333 Bytes

Install

  1. clone the repo

git clone git://github.com/vv1133/gitconfig.git

  1. rename it:

mv gitconfig ~/.git

  1. set up ~/.gitconfig, have a fake .gitconfig in your $HOME

ln -s ~/.git/_gitconfig ~/.gitconfig

  1. set up ~/.gitignore, have a fake .gitignore in your $HOME

ln -s ~/.git/_gitignore ~/.gitignore