Basic git config with aliases and global ignore. I simply checkout this repo and alias these files to my home directory so git uses them.
Make sure to modify the following lines in gitconfig
- Locate the
[user]definition, and updatenameandemail(line 24 and 25) - Locate the
[core]definition, and updateexcludesfileto point to yourgitignore(line 31)