Read more articles
Compose a new article

How to install Neofetch

Category: neofetch , tigerbrew
Composed by: atb3800
On: 2022-07-12 14:57:01
Updated by: atb3800
On: 2022-07-12 14:59:51

Neofetch on Tiger

Neofetch is a command-line system information tool written in bash 3.2+. Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.

 

Installing with tigerbrew (See: How To Install Tigerbrew)

brew install neofetch

 

Installing from source

Download 7.1.0.tar.gz and open Terminal in the same directory you downloaded that to.

Run the following commands:

gunzip 7.1.0.tar.gz

tar xvf 7.1.0.tar

cd neofetch-7.1.0

sudo make install

 

Using neofetch

neofetch

neofetch --help (displays all settings for neofetch)

 

OS Compatibility
Currently, this will only work on OS X 10.4 or later.