aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/git.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git configurationFranck Cuny2025-04-071-5/+24
| | | | mostly applying stuff from https://blog.gitbutler.com/how-git-core-devs-configure-git/
* a few more tweaksFranck Cuny2025-04-051-0/+1
|
* set email in gitFranck Cuny2025-03-151-1/+1
|
* use proper git user based on remoteFranck Cuny2025-02-101-0/+8
|
* configure ghFranck Cuny2025-02-071-1/+15
|
* replace email addressFranck Cuny2025-01-311-1/+1
|
* enable eza again and add more git aliasesFranck Cuny2025-01-131-0/+2
|
* more readable in the terminalFranck Cuny2025-01-061-3/+0
|
* one more alias for gitFranck Cuny2024-12-301-0/+1
|
* add a few aliases to fish and git for gitFranck Cuny2024-12-301-0/+14
|
* remove mention of other git serversFranck Cuny2024-12-271-3/+0
|
* switch to the newer version of nixfmtFranck Cuny2024-12-191-7/+11
| | | | | | `nixfmt-rfc-style' replaces `nixfmt-classic'. It's actively maintained, but also changes the style, so this commit touches all the files in the repository.
* use ssh instead of http when working on my repositoriesFranck Cuny2024-12-181-0/+3
|
* configure the git email correctlyFranck Cuny2024-12-161-3/+9
| | | | | The syntax for `hasconfig' was not correct, and as a result the wrong email was selected. I verified this one is working as expected.
* refactor home-managerFranck Cuny2024-12-161-0/+59
Only install what's needed for specific OSes.