From d1d7fefdadaded1164caccb4757b2d0b096e2c63 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Tue, 25 Aug 2026 20:08:27 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2a9a6b..ab11fa6 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,18 @@ * [eza](https://github.com/eza-community/eza/) (funny ``ls`` command) * networkmanager (wifi) * [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) * [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``) * [exfetch](https://codeberg.org/Izder456/exfetch) (system fetch) ## 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. ## 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.** * * 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``.