Skip to content

Minimalistic and beautiful neofetch alternative

Notifications You must be signed in to change notification settings

memb3r/purefetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purefetch 1.1

Preview:

Installation:

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

Usage:

$ ./purefetch

Want to make a remix? Read this:

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

Working on (1.1):

  • Debian and Debian-based (Ubuntu, Zorin OS, Kali Linux, Linux Mint, etc.) ✅
  • Fedora and Fedora-based (openSUSE, CentOS, Oracle Linux, Red Hat, etc.) ✅
  • Arch and Arch-based (Manjaro, SteamOS, etc.)❔
  • Void Linux(but with bugs)
  • Alpine Linux
  • Windows



  • This project was inspired by neofetch and does not have any license.