Commit Graph

14 Commits

Author SHA1 Message Date
f6f180ffc3 chore: Improve formatting 2024-04-16 20:04:24 -04:00
4492f2921e git: Make git diff work with bun.lockb 2024-04-11 12:05:15 -04:00
46f778107b chore: Improve formatting 2024-04-05 22:51:24 -04:00
0babbfe458 git: Show relative dates for git blame 2024-04-04 19:42:06 -04:00
721ead4572 chore: Inherit builtins where possible
Possibly makes things easier to read.
2024-04-04 17:56:01 -04:00
a1b9cf218d meta: Begin migrating packages to workflow-specific modules
Long-term this should make it easy to include all the GUI programs with
the desktop module and all the CLI programs with the shell module, as
well as the ability to easily disable sets of unneeded packages.
2024-04-04 08:12:16 -04:00
8e4723638a git: Rebase by default when using git pull 2023-10-10 18:18:03 -04:00
ed1368bde6 git: Only underline new additions 2023-06-28 09:14:04 -04:00
dc98a87544 git: Underline changes in diffs 2023-06-28 08:57:45 -04:00
9892ae3fce Revert "git: Add attempt at migrating to delta"
diff-so-fancy works quite well, and I'm not interested in having syntax
highlighting in diffs.
2023-06-26 16:20:08 -04:00
6e73f4adea git: Add attempt at migrating to delta
This was my attempt at migrating from diff-so-fancy to delta. Although
having an easy-to-hack-on rust code base was certainly appealing, there
are some minor inconveniences such as longer diffs by default.
2023-06-26 09:32:57 -04:00
8ffb196c0b meta: Don't use variables
The previous commit didn't actually work, and I shouldn't need to
change the variables often, so it's much simpler to not have them.

In the event that I do need to change something, rg and sd should get
the job done well.
2023-06-22 11:10:17 -04:00
2f056d1e72 meta: Migrate to config.variables 2023-06-22 10:42:23 -04:00
877ce570bf meta: Move home modules up one directory
This is possible since each home-manager module is now its own
self-contained nix file.
2023-06-16 12:13:26 -04:00