summary refs log tree commit diff
path: root/gitconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git: store configuration under XDG_CONFIG_HOMEFranck Cuny2021-01-041-22/+0
| | | | | Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there.
* make: split between Darwin and LinuxFranck Cuny2021-01-041-3/+0
| | | | | | | | | | 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.
* git: set proper emailFranck Cuny2020-12-011-1/+1
| | | | need to find a way to manage various identify (work vs home)
* [git] add a couple of aliasesFranck Cuny2019-12-091-1/+4
|
* [git] some clean upFranck Cuny2019-07-251-2/+4
| | | | drop some old alias for url
* clean up.Franck Cuny2019-01-191-0/+20
| | | | Removed scripts and some configs, they will be in their own repo.
* Shuffling things around in this repoFranck Cuny2018-08-051-20/+0
|
* [git] Add configuration for GCloud repositories.Franck Cuny2018-01-171-0/+2
|
* [git] stop using aliasesFranck Cuny2017-06-161-9/+0
|
* [git] update alias for commitFranck Cuny2016-12-131-1/+1
| | | | I want to see what's going to be commited.
* [git] re-enable colors for diff and so on.Franck Cuny2016-08-041-1/+1
|
* [git] don't use colors and remove a couple aliasesFranck Cuny2016-07-151-3/+1
|
* [git] cleanup a little bit gitconfig.Franck Cuny2016-01-291-12/+5
|
* [gitconfig] add alias for `wip`.Franck Cuny2015-09-041-0/+1
|
* [gitconfig] use tab and add a new alias.Franck Cuny2015-07-161-21/+23
| | | | the new alias is for git log (with git l) to show short log info
* configuration filesFranck Cuny2015-07-061-0/+33