From 2a8f7a6a66d620e46779d73ba788d1071239ff2a Mon Sep 17 00:00:00 2001 From: czjstmax Date: Fri, 30 Jan 2026 00:20:03 +0100 Subject: lots of updates i guess... also, `fastfetch` stuff now got its folder too Signed-off-by: czjstmax --- cfg/fastfetch/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 cfg/fastfetch/README.md (limited to 'cfg/fastfetch/README.md') diff --git a/cfg/fastfetch/README.md b/cfg/fastfetch/README.md new file mode 100644 index 0000000..4532b6b --- /dev/null +++ b/cfg/fastfetch/README.md @@ -0,0 +1,28 @@ +# how to do scheiße +basically: +- `fastfetch_config.jsonc` -> the general ff config +- `ii/` -> the folder for the custom ascii logos +- `ii/*.txt` -> the custom ascii logos +- `?.sh` -> a utility script that rotates between each logo \ + i recommend removing the `.sh` from the name and inserting \ + it into your `$PATH` either in place of fastfetch or as \ + an alias-ish.. thingy.. something. :) + +## about the logos +it's generally public domain (ish) images of philosophers, theorists and politicians \ +i either like, love, find haha, interesting, i dont even know. +for know (this list ,, i wont update ,, i think anyway) +- mikhail bakunin (`bakiscii`) -> big anarchist theorist generally. should i add kropotkin too? +- enrico berlinguer (`enriscii`) -> best communist leader (PCI secretary during the 70s) in italy ngl +- carlo cafiero (`cafiscii1` & `cafiscii2`) -> italian philosopher, original translator of \ + marx's 'das kapital' in italian --- anarchist +- mao tse-tung (`maoscii`) -> do i really need to explain who mao was? +- karl marx (`marscii`) -> same as mao.. do i really need to say who karl fucking marx was? +thanks for coming to my ted talk, i hope to never update this readme + + +note: the general command i used to generate these is; +``` +img2txt -W 42 -H 22 /path/to/photo.jpeg -f ansi -d none -g 0.3 > hahaName.txt +``` + -- cgit v1.3.1