From 8ec34c10eed8a083e7b1f53dc56b9625d31d0fe7 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 16 Mar 2024 14:28:59 -0500 Subject: [PATCH] docs: mark autoformat automation as done --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 633ef573..7033655c 100644 --- a/README.org +++ b/README.org @@ -22,12 +22,12 @@ it under ~$HOME/.dot_files~. As such, the ~install.bash~ script wraps up the logic for running the flake outside of the default path ~home-manager~ expects. -* TODO Various Tasks to get done [0/2] +* TODO Various Tasks to get done [1/2] - [ ] Clean up and better modularize the config - Currently a large portion of this config lives in ~config/default.nix~ which, while ok for now, will get out of hand down the road -- [ ] Implement automation to autoformat various paths +- [X] Implement automation to autoformat various paths - 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