Ecrit en Bash, Neofetch est un outil d’information système en mode CLI dans la même veine que screenfetch ou inxi.
 Neofetch affiche les informations du système d’exploitation à côté d’une image, du logo de l’OS ou de tout fichier ASCII de votre choix.
Neofetch supporte actuellement les systèmes GNU/Linux, MacOS, iOS, BSD, Solaris, Android, Haiku, GNU Hurd et Windows (sous-système Cygwin / Windows 10 Linux).
Neofetch est entièrement personnalisable soit via des options en ligne de commande, ou en modifiant directement le fichier de configuration de l’utilisateur. Il y a plus de 50 options de configurations et le petit plus, la présence de la fonction print_info (), qui permet d’ajouter vos propres informations personnalisées.
 Le fichier de configuration se trouve dans le répertoire : ~/.config/neofetch/config
Installation de Neofetch
- Android avec Termux :
- Mette à jour les dépôts :
 
apt-get update
 - Installation de Neofetch :
 
apt install neofetch
yaourt -S neofetch
- Ajout du PPA :
 
sudo add-apt-repository ppa:dawidd0811/neofetch
sudo apt update
sudo apt install neofetch
- Passer sous root :
 
su -
echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | tee -a /etc/apt/sources.list
curl -L "https://bintray.com/user/downloadSubjectPublicKey?username=bintray" -o Release-neofetch.key && apt-key add Release-neofetch.key && rm Release-neofetch.key
apt update
apt install neofetch
- Avoir installé au préalable : 
dnf-plugins-core - Activer le dépôt CORP :
 
sudo dnf copr enable konimex/neofetch
sudo dnf install neofetch
Ressources
- Code source de Neofecth : https://github.com/dylanaraps/neofetch
 - Guide d’instalaltion : https://github.com/dylanaraps/neofetch/wiki/Installation
 - Wiki de Neofetch : https://github.com/dylanaraps/neofetch/wiki
 - Informations sur le customisation : https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
 - Dépendances : https://github.com/dylanaraps/neofetch/wiki/Dependencies
 


 
 
 
Ohh, ça supporte aussi Haiku (juste Haiku, pas Haiku OS ;p) sympa ;-)
corrigé, merci :)
Merci pour ce billet, chouette petite découverte