For Ubuntu, Debian (apt):
$ sudo apt install git
$ git clone https://github.com/memb3r/purefetch
$ cd purefetch
$ chmod +x install.sh
$ ./install.sh
For Fedora (dnf):
$ sudo dnf install git
$ git clone https://github.com/memb3r/purefetch
$ cd purefetch
$ chmod +x install.sh
$ ./install.sh
For openSUSE (zypper):
$ sudo zypper install git
$ git clone https://github.com/memb3r/purefetch
$ cd purefetch
$ chmod +x install.sh
$ ./install.sh
For Arch (pacman):
$ sudo pacman -S git
$ git clone https://github.com/memb3r/purefetch
$ cd purefetch
$ chmod +x install.sh
$ ./install.sh
For Void Linux (xbps):
$ sudo xbps-install -S git
$ git clone https://github.com/memb3r/purefetch
$ cd purefetch
$ chmod +x install.sh
$ ./install.sh
For Alpine Linux (apk):
$ sudo apk add git
$ git clone https://github.com/memb3r/purefetch
$ cd purefetch
$ chmod +x install.sh
$ ./install.sh
$ ./purefetch
1. Change "purefetch" to something else.
2. Change ASCII art.
3. In README file, in the end, enter this text:.
Original Purefetch created by https://github.com/memb3r
This project was inspired by neofetch and does not have any license.