# Description Neofetch is a tool to display system information inside the shell with an ASCII-Logo of the given Linux Distribution. Example Output: ![Neofetch](screenshot.png) --- # Installation of Neofetch You can install Neofetch by copying the following code snippets to any of the given Linux Distributions. * [Alpine](README.md#alpine) * [Debian / Ubuntu](README.md#debian--ubuntu) * [Alma / Rocky](README.md#alma--rocky) ## Code Snippets Click the little squares at the top right of the code window to quick and easy copy the code. Paste the code into your shell and thats it. ### Alpine ```sh # Update Packages apk update # Install Neofetch apk add neofetch # Create new message of the day file tee /etc/profile.d/motd.sh <