summary refs log tree commit diff
path: root/config/git (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git: configure forge properlyFranck Cuny2021-10-041-0/+7
| | | | | | | | | I'm going to deprecate the SSH endpoint for gitea, and use HTTPS instead for accessing the repositories. For this, I need to configure properly the credential part for the different forges (github/gitea for now), and update the URL in the forge configuration for emacs.
* linux: remove configurations specific to linuxFranck Cuny2021-09-082-6/+0
| | | | | They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs.
* git: for new repo, use 'main' for default branchFranck Cuny2021-08-231-3/+4
| | | | Sort branches by date.
* git: store configuration under XDG_CONFIG_HOMEFranck Cuny2021-01-044-0/+51
Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there.