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 updatename
andemail
(line 24 and 25) - Locate the
[core]
definition, and updateexcludesfile
to point to yourgitignore
(line 31)