My Unity repo's git config as of today.
For more complex and complete alternatives, look at:
| ## Unity ## | |
| *.cs diff=csharp text | |
| *.cginc text | |
| *.shader text | |
| *.mat merge=unityyamlmerge eol=lf | |
| *.anim merge=unityyamlmerge eol=lf | |
| *.unity merge=unityyamlmerge eol=lf | |
| *.prefab merge=unityyamlmerge eol=lf |
My Unity repo's git config as of today.
For more complex and complete alternatives, look at:
| # remove current vim | |
| sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-gui-common | |
| # removes current link for vim | |
| sudo rm -rf /usr/local/share/vim /usr/bin/vim | |
| # add ppa for newest version of ruby (currently, as of 06/06/2017, ruby v2.4) | |
| sudo apt-add-repository ppa:brightbox/ruby-ng | |
| sudo apt-get update |