personal-website

source for my personal website regexghost.com
git clone https://git.regexghost.com/personal-website.git
Log | Files | Refs | README

jwm-pi3-fastfetch.md (802B)


      1 +++
      2 title = "JWM Pi 3B+ Setup - Fastfetch + Moved to sbase"
      3 datePublished = 2026-06-20
      4 template = "blog-page.html"
      5 +++
      6 
      7 ## Fastfetch Output Finally Complete
      8 
      9 ![/images/jwm-fastfetch.png](fastfetch output)
     10 
     11 The final piece of my setup is in place now, switching to oksh from bash, so my fastfetch screenshot is ready to be seen!
     12 
     13 ## Moved to suckless sbase
     14 
     15 Switched to [suckless sbase](https://core.suckless.org/sbase) from the GNU coreutils. Required a few changes to my setup. Removing `--color=auto` from grep aliases is a big one, unfortunately that's not an option in POSIX grep. I will try and find a workaround for this at some point...  
     16 A bunch of changes were necessary in shell scripts too, probably haven't found them all yet. Replaced `grep -A 5 -B 5` with an awk script in `metoffice.sh`