Go to file
Price Hiller 13505d1201
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
docs(nvim): cancel native nvim snippets
2024-07-16 22:51:00 -05:00
.gitea/workflows ci: rename fmt.yaml to better reflect job 2024-05-10 00:06:05 -05:00
hosts refactor(host/orion): allow unfree packages 2024-07-05 04:02:19 -05:00
lib style(nix): format with Fmt 2024-04-19 22:30:26 -05:00
overlays refactor(nix/hm/price): do not use wezterm from upstream 2024-06-17 16:09:16 -05:00
pkgs build(nix/neovide): update neovide 2024-07-09 20:25:02 -05:00
scripts feat: allow exclusions in check fmt 2024-06-12 03:24:59 -05:00
secrets chore: rekey secrets 2024-05-25 04:12:53 +00:00
users docs(nvim): cancel native nvim snippets 2024-07-16 22:51:00 -05:00
.editorconfig refactor(editorconfig): require newline at end of files 2024-05-18 07:01:06 -05:00
.envrc chore(nix-hm): integrate with nixd lsp 2024-02-13 12:31:59 -06:00
.gitignore refactor: improve handling of Fmt command 2024-03-16 15:26:34 -05:00
.gitmodules refactor!: the big nix refactor 2024-05-03 14:35:00 -05:00
.stylua.toml initial commit 2022-08-01 18:42:33 -05:00
flake.lock build(nix): update flake.lock 2024-07-10 03:35:00 -05:00
flake.nix feat(nix): use emacs-overlay 2024-07-09 23:26:57 -05:00
LICENSE chore: add LICENSE 2024-02-09 11:58:25 -06:00
README.org docs: add another task to the README 2024-06-18 23:38:17 -05:00

Price Hiller's Dots

This is a mirror from my Git server over here.

These are my dot files. All the actual dots can be found under users/price/dots/.

I've gone pretty far to break things up and make my dots as easy as possible to install for a new system.

In the past I was running on a Mac, so you may find some Mac specific things (especially in my zsh) config.

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]

  • Clean up and better modularize the config

    • Currently a large portion of this config lives in users/price/home.nix which, while ok for now, will get out of hand down the road
  • 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
  • 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.