From 56cbca29c6008f32425282bf7d709b81c853f2b0 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 17 Jul 2024 01:31:50 -0500 Subject: [PATCH] docs: update top level todos --- README.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 209f85bb..14dc75ef 100644 --- a/README.org +++ b/README.org @@ -12,7 +12,7 @@ In the past I was running on a Mac, so you may find some Mac specific things (es For the record, feel free to take what you want. I'm not worried about getting contribution for dot files. They're largely just for fun, not something important. 🙂 -* TODO Various Tasks to get done [2/3] +* TODO Various Tasks to get done [4/4] - [X] Clean up and better modularize the config - Currently a large portion of this config lives in ~users/price/home.nix~ which, while ok for @@ -21,6 +21,9 @@ dot files. They're largely just for fun, not something important. 🙂 - Looking through the commit history I have semi-regular ~style~ commits for formatting. - Would be good to add a global git hook on the client side for pre push validation - Would also be good to get a CI runner up that validates on the server side -- [ ] Enhance our custom ~Fmt~ program to avoid certain files. - - I don't need to format some files that are handled automatically by other programs -- [ ] Migrate the ~Kanagawa.tmTheme~ for ~bat~ to a nix attribute set, using ~tmTheme~ for home manager's bat configuration is deprecated. +- [X] Enhance our custom ~Fmt~ program to avoid certain files. + - I don't need to format some files that are handled automatically by other programs + - This was sort-of done, take a look at ~./scripts/check-fmt-git-pre-commit.bash~. Good enough + for now 🤷 +- [x] Migrate the ~Kanagawa.tmTheme~ for ~bat~ to a nix attribute set, using ~tmTheme~ for home manager's bat configuration is deprecated. + Not necessary, misread the docs for the home manager module for it 😓