summaryrefslogtreecommitdiff
path: root/config/git (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-04git: configure forge properlyFranck Cuny1-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.
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.