diff --git a/README.md b/README.md index 9e150fb..78571db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - This cheet cheet / general guide will explain what each command will do and when to use it. It's intended as a general guide/cheet cheet for linux beginners on the command line. @@ -252,7 +251,28 @@ WIP (Work in Progress) WIP ### Neofetch/fastfetch -WIP +Neofetch and Fastfetch are tools to get information about your host system, which can be very import. They are both compatible with the same config but fastfetch is faster and still maintained. But it's not in every repo yet so Neofetch is there the way to go + +```bash +jp:~/ $ neofetch + ,'''''. + | ,. | D E V E L C O O K I N G + | | '_' _____________________ + ,....| |.. OS: Fedora Linux 40 (GNOME Edition) +.' ,_;| ..' Kernel: 6.11.1-200.fsync.fc40.x86_64 +| | | | Uptime: 4 hours, 51 mins +| ',_,' | Packages: 3007 (dnf) + ''''' DE: GNOME 46.5 (wayland) + Terminal: gnome-terminal + CPU: AMD Ryzen 7 5800X (16) @ 4.851GHz [44.1°on] + GPU: AMD ATI RX 5700 XT RAW II + Memory: 6139.79 MiB / 31980.52 MiB + Song: Unknown Artist - Unknown Album - Unknown Song + ▂▂ ▂▂ ▂▂ ▂▂ ▂▂ ▂▂ ▂▂ + _____________________ + + +``` ### Grep WIP