dylanaraps / neofetch

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

Added macOS Ventura to list of macOS versions #2224

Open volsk opened 1 year ago

volsk commented 1 year ago

Description

Added macOS Ventura to list of macOS versions based on ProductVersion 13.*

volsk commented 1 year ago

Also, macOS package manager Homebrew is the suggested way to install neofetch on macOS. However Hombrew pulls the tar.gz from the release. As the release is almost two years old it's missing some updates. One of the things the release version misses is the export SYSTEM_VERSION_COMPAT=0 for macOS/Darwin. As a result all macOS versions since Big Sur (11.x) are listed as Big Sur. That's how I got on this track.

A lot of words to suggest creating a new release :D

hykilpikonna commented 1 year ago

This is duplicate for #2150, which I already merged into my hyfetch repo.

As the release is almost two years old it's missing some updates.

neofetch seems to be no longer maintained, you can check out hyfetch, which contains an updated version of the original neofetch that I've been maintaining.