![]() |
NeoFetch alternatives - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4) +--- Forum: On Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=14) +--- Thread: NeoFetch alternatives (/showthread.php?tid=7097) |
NeoFetch alternatives - IsraEB - 06-12-2020 I would like to have a cool logo on the terminal of linux lite, and the NeoFetch is pretty ugly for my taste What other commands do you know? Re: NeoFetch alternatives - Moltke - 06-12-2020 (06-12-2020, 03:17 PM)IsraEB link Wrote:I would like to have a cool logo on the terminal of linux lite, and the NeoFetch is pretty ugly for my taste screenfecth Code: sudo apt-get install screenfetch Archey. https://github.com/HorlogeSkynet/archey4 Download .deb file Code: wget https://github.com/HorlogeSkynet/archey4/releases/download/v4.7.2/archey4_4.7.2-1_all.deb then install Code: sudo apt install ./archey4_4.7.2-1_all.deb Once installed, they both work the same way neofecth does, just type either command from terminal and that's it. IMHO, they look pretty much the same, although I'd choose screenfetch; it's already available from the repos. Hope this helps! ![]() |