dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.57k stars 1.74k forks source link

Add support for Peropesis Linux #2414

Closed syswraith closed 7 months ago

syswraith commented 7 months ago

Peropesis Linux

Peropesis is a small-scale, minimalist, command-line-based Linux operating system. It's an incomplete system, but it's constantly being improved. Also, it is a free operating system created from a free software. The Peropesis project includes the operating system itself and this website, that contains all the necessary information about this operating system.

ASCII art (copy pasted from the logo) on the main page

####  #### ####   ###   ####  ####  #### #  ####
#   # #    #   # #   #  #   # #     #    #  #
####  ###  #### #     # ####  ###     #  #    #
#     #    #  #  #   #  #     #        # #     #
#     #### #   #  ###   #     #### ####  # ####
FabioLolix commented 7 months ago

Peropesis is proprietary OS created from FOSS programs, nothing is public relative to the OS development and creation

hykilpikonna commented 7 months ago

I'm looking at adding support to it.

First thing I've noticed: it doesn't support UEFI?

Then, there are no *release files (e.g. /etc/os-release) identifying this distro:

image
hykilpikonna commented 7 months ago

Ok, I added support by checking if any file in /usr/bin includes "peropesis". (since there is a file /usr/bin/x86_64-peropesis-linux-gnu-c++ that can identify peropesis)

image image

If you know a better way please let me know.

syswraith commented 7 months ago

This is perfect. Thank you.