Difficulty: ★☆☆☆☆
ScreenFetch and Neofetch are command-line system information tools. More specifically they can display information about your operating system, software and hardware like this:
neofetch
██████████████████ ████████ fab-user@fab-manjaro
██████████████████ ████████ --------------------
██████████████████ ████████ OS: Manjaro Linux x86_64
██████████████████ ████████ Host: Predator G9-793 V1.13
████████ ████████ Kernel: 5.8.6-1-MANJARO
████████ ████████ ████████ Uptime: 7 days, 28 mins
████████ ████████ ████████ Packages: 1327 (pacman)
████████ ████████ ████████ Shell: bash 5.0.18
████████ ████████ ████████ Resolution: 1920x1080
████████ ████████ ████████ DE: Plasma
████████ ████████ ████████ WM: KWin
████████ ████████ ████████ WM Theme: Breeze
████████ ████████ ████████ Theme: Breath2 [Plasma], Breath [GTK2/3]
████████ ████████ ████████ Icons: breath2 [Plasma], breath2 [GTK2/3]
Terminal: konsole
Terminal Font: Envy Code R 8
CPU: Intel i7-7700HQ (8) @ 3.800GHz
GPU: NVIDIA GeForce GTX 1070 Mobile
Memory: 7088MiB / 15951MiB
-
To install them, open the terminal and type:
sudo pacman -S sceenfetch
for screenFetch orsudo pacman -S neofetch
for Neofetch. -
To run them type:
screenfetch
orneofetch
. -
To make them autostart every time you open the terminal,
The automatic way
- Type
sudo su
. - After giving your password
- type:
echo screenfetch >> /etc/bash.bashrc
for screenFetch
OR
echo neofetch >> /etc/bash.bashrc
for Neofetch.
The manual way
- you have to edit the
bash.bashrc
located at/etc/
. - Navigate as root to
/etc/bash.bashrc
- Add
screenfetch
orneofetch
at the bottom. - Then save the file.
- Type
-
Close the terminal, reopen it and you are done.