Update README.md

This commit is contained in:
gigirassy
2026-08-25 20:08:27 +02:00
parent a750a9745f
commit d1d7fefdad
+5 -3
View File
@@ -26,16 +26,18 @@
* [eza](https://github.com/eza-community/eza/) (funny ``ls`` command) * [eza](https://github.com/eza-community/eza/) (funny ``ls`` command)
* networkmanager (wifi) * networkmanager (wifi)
* [docker](https://docker.com) (for containers and development) * [docker](https://docker.com) (for containers and development)
* nano * nano (terminal text editor)
* kwrite (when a terminal text editor isnt enough)
* [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy) (encrypting my internet connections with cloudflare dns) * [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy) (encrypting my internet connections with cloudflare dns)
* [cava](https://github.com/karlstav/cava) (visualizing audio) * [cava](https://github.com/karlstav/cava) (visualizing audio)
* cargo * cargo (managing rust packages)
* pipx (managing cargo packages)
* [anything sync daemon](https://github.com/graysky2/anything-sync-daemon) (using my runit services, see ``non-rice/sv``) * [anything sync daemon](https://github.com/graysky2/anything-sync-daemon) (using my runit services, see ``non-rice/sv``)
* [exfetch](https://codeberg.org/Izder456/exfetch) (system fetch) * [exfetch](https://codeberg.org/Izder456/exfetch) (system fetch)
## aesthetic ## aesthetic
* my theme is a basic blue theme with a minimal, non-distracting waybar config and mako. if an even lighter alternative to waybar comes, im switching to it. * my theme is a basic blue theme with a minimal, non-distracting waybar config and mako. if an even lighter alternative to waybar comes, im switching to it.
## non-rice ## non-rice
* i use the [*linux-tkg kernel*](https://github.com/Frogging-Family/linux-tkg)) compiled with ~~thin lto,~~ scx-sched support, llvm toolchain, and optimized for my microarchitecture (skylake). i recompile it in case of a new security vulnerability OR when i feel like it. * i use the [*linux-tkg kernel*](https://github.com/Frogging-Family/linux-tkg) compiled with ~~thin lto,~~ scx-sched support, llvm toolchain, and optimized for my microarchitecture (skylake). i recompile it in case of a new security vulnerability OR when i feel like it.
* * **as of this writing, i am temporarily not compiling my kernels with lto because of the new chassis i got, which only has 8gb ram.** * * **as of this writing, i am temporarily not compiling my kernels with lto because of the new chassis i got, which only has 8gb ram.**
* * the *scx scheduler* used most of the time is *scx-rusty*. * * the *scx scheduler* used most of the time is *scx-rusty*.
* non-aesthetic files (ie compose for production experimentation containers, fan control scripts) are in ``non-rice``. * non-aesthetic files (ie compose for production experimentation containers, fan control scripts) are in ``non-rice``.