All none personal config setting I like for git.
The setup.sh
(inside this folder) will ask for some personal settings;
- Git Username
- Git Email
Contains all gitignore rules for global use cases.
e.g. system files like .DS_Store
For more infomation about this approach see the git doc
The ssh script will setup a new ssh key.
I prefer to always setup a new key when doing a fresh install.
⚠️ Don't run this script. If you already have one. Since it will overide it.