aboutsummaryrefslogtreecommitdiff
path: root/home/programs/git.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-12users -> homeFranck Cuny1-0/+0
2025-08-10don't ignore .envrc file with gitFranck Cuny1-1/+0
2025-07-26moved every programs under users/programsFranck Cuny1-29/+0
Configurations specific to work are managed in the work profile.
2025-07-21install gh only on work machineFranck Cuny1-14/+0
2025-07-21move user configurations to top-levelFranck Cuny1-0/+0
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-4/+12
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
2025-06-12minor tweaksFranck Cuny1-2/+3
2025-04-07git configurationFranck Cuny1-5/+24
mostly applying stuff from https://blog.gitbutler.com/how-git-core-devs-configure-git/
2025-04-05a few more tweaksFranck Cuny1-0/+1
2025-03-15set email in gitFranck Cuny1-1/+1
2025-02-10use proper git user based on remoteFranck Cuny1-0/+8
2025-02-07configure ghFranck Cuny1-1/+15
2025-01-31replace email addressFranck Cuny1-1/+1
2025-01-13enable eza again and add more git aliasesFranck Cuny1-0/+2
2025-01-06more readable in the terminalFranck Cuny1-3/+0
2024-12-30one more alias for gitFranck Cuny1-0/+1
2024-12-30add a few aliases to fish and git for gitFranck Cuny1-0/+14
2024-12-27remove mention of other git serversFranck Cuny1-3/+0
2024-12-19switch to the newer version of nixfmtFranck Cuny1-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.
2024-12-18use ssh instead of http when working on my repositoriesFranck Cuny1-0/+3
2024-12-16configure the git email correctlyFranck Cuny1-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.
2024-12-16refactor home-managerFranck Cuny1-0/+59
Only install what's needed for specific OSes.