dots/README.org

27 lines
1.4 KiB
Org Mode
Raw Normal View History

2024-02-09 11:54:10 -06:00
* Price Hiller's Dots
This is a mirror from my Git server over [[https://git.orion-technologies.io/Price/dots][here]].
2024-05-27 13:14:06 -05:00
These are my dot files. All the actual dots can be found under ~users/price/dots/~.
2024-02-09 11:54:10 -06:00
I've gone pretty far to break things up and make my dots as easy as possible to install for a
2024-05-27 13:14:06 -05:00
new system.
2024-02-09 11:54:10 -06:00
2024-05-27 13:14:06 -05:00
In the past I was running on a Mac, so you may find some Mac specific things (especially in my
~zsh~) config.
2024-02-09 11:54:10 -06:00
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. 🙂
2024-06-13 09:44:05 -05:00
* TODO Various Tasks to get done [2/3]
2024-02-09 11:54:10 -06:00
2024-06-13 09:44:05 -05:00
- [X] Clean up and better modularize the config
2024-05-27 13:14:06 -05:00
- Currently a large portion of this config lives in ~users/price/home.nix~ which, while ok for
2024-02-09 11:54:10 -06:00
now, will get out of hand down the road
- [X] Implement automation to autoformat various paths
2024-02-09 11:54:10 -06:00
- 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
2024-05-27 13:14:06 -05:00
- Would also be good to get a CI runner up that validates on the server side
2024-06-13 09:44:05 -05:00
- [ ] Enhance our custom ~Fmt~ program to avoid certain files.
- I don't need to format some files that are handled automatically by other programs
2024-06-18 23:38:17 -05:00
- [ ] Migrate the ~Kanagawa.tmTheme~ for ~bat~ to a nix attribute set, using ~tmTheme~ for home manager's bat configuration is deprecated.