Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git: configure forge properly | Franck Cuny | 2021-10-04 | 1 | -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 linux | Franck Cuny | 2021-09-08 | 2 | -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 branch | Franck Cuny | 2021-08-23 | 1 | -3/+4 |
| | | | | Sort branches by date. | ||||
* | git: store configuration under XDG_CONFIG_HOME | Franck Cuny | 2021-01-04 | 4 | -0/+51 |
Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there. |