summaryrefslogtreecommitdiff
path: root/home/git
AgeCommit message (Collapse)Author
2024-12-21Move to a profile-based configuration where commonLinnnus
This patch makes it so common configuration is now located in shared/ and each host basically just becomes a bunch of import statements. The exception here is host-specific configuration like the `*.linus.onl` that live inside `hosts/ahmed/`. Specifically I have: - moved common configuration `shared/{nixos,home-manager,nix-darwin}`. - moved `hosts/common.nix` to `shared/nixos/common-{nix,shell}-settings.nix`. - split `hosts/muhammed/{dev-utils,neovim}` into per-language configuration. This patch was done in preparation for the arrival of a new host, which will need to share a lot of configuration with Muhammed.
2024-10-12home/git: Always ignore .git-blame-ignore-revs when running git-blameLinnnus
2024-09-28home: Git check submodules on pushLinnnus
2024-04-29home/git: Autocorrect yayyyyLinnnus
2024-01-21home/git: Add 'undo' aliasLinnnus
2023-11-16home/git+hosts: Remove jq, add ghLinnnus
2023-11-15home/git/aliases: Only show last 10 logs for glLinnnus
2023-11-06home/git: Set 'master' as default branch nameLinnnus
2023-10-31home/git: Add gfp aliasLinnnus
2023-10-21home/git: Add more aliasesLinnnus
2023-10-21home/git: Fix git-credential configurationLinnnus
2023-10-21git: Add cache, remove lastpassLinnnus
2023-10-20Move git aliases + add config.aliasesLinnnus
2023-10-20Gitignore basic filesLinnnus
2023-10-08Misc formatting/cleaningLinnnus
2023-10-08Use git-credential-lastpassLinnnus
2023-10-01Use alejandra formatterLinnnus
2023-09-08Add `git add' aliasesLinnnus
2023-09-07Reorganize everythingLinnnus