summary refs log tree commit diff
path: root/Makefile.linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git: store configuration under XDG_CONFIG_HOMEFranck Cuny2021-01-041-3/+1
| | | | | Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there.
* make: split between Darwin and LinuxFranck Cuny2021-01-041-0/+19
There's a few things that are relevant to both OS, but there's also a bunch of stuff specific to Linux. Split the file to make it easier to maintain / read. Also add a new gitconfig file to be included depending on the OS: since Darwin is for work, let's use work email there, and personal email for Linux.