summaryrefslogtreecommitdiff
path: root/config/git (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-08linux: remove configurations specific to linuxFranck Cuny2-6/+0
They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs.
2021-08-23git: for new repo, use 'main' for default branchFranck Cuny1-3/+4
Sort branches by date.
2021-01-04git: store configuration under XDG_CONFIG_HOMEFranck Cuny4-0/+51
Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there.