-
Clone the repository.
git clone https://github.com/BlossomTheme/Neofetch.git
-
Copy the
config.conf
file and thelogos directory
to~/.config/neofetch
.cp ./config.conf ~/.config/neofetch && cp -r ./logos/ ~/.config/neofetch
-
Run neofetch.
neofetch
- Currently there are 5 logos which can be displayed.
- To change the logo change the
image_source
variable in theconfig.conf
(line742) to a logo of your choice (logo1 - logo5). - All the logos are contained in the logos directory.
- Feel free to contribute more logos!