docs: Remove senseless line from README

This commit is contained in:
Marty Oehme 2025-07-16 17:34:49 +02:00
parent 02ae47781a
commit 27ef79391c
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -65,7 +65,6 @@ Enjoy!
## Notes
- This are a good sign.
- Generally, most configuration for applications attempts to follow the XDG specifications, keeping configuration in .config directory and supplementary files in .local/share directory. Over time, I am moving more applications to this standard: it keeps the home directory clean, and the separation of configuration, binaries, and data relatively clear.
- The `zsh` directory contains all setup for the z-shell, my daily work environment. It should not be required for working with any other module but will add additional functionality to many (such as command auto-completion and so on). `sh` sets some base functionality for any shell you may wish to work in. It is, for now, the only module that is required for some other modules to work.[^shreq]
- `rofi` contains additional scripts and a simple theming framework for rofi and should probably be reorganized to put the correct files into the correct directories (per xdg) at some point.