README.md aktualisiert

This commit is contained in:
develcookingtest 2024-10-11 20:21:16 +00:00
parent 5df83e5959
commit 24b26f371d
1 changed files with 22 additions and 2 deletions

View File

@ -1,4 +1,3 @@
This cheet cheet / general guide will explain what each command will do and when to use it. 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. 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 WIP
### Neofetch/fastfetch ### 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 ### Grep
WIP WIP