This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
forked from tnsicdr/neofetch
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
LanikSJ edited this page Jul 19, 2023
·
81 revisions
This wiki page will guide you through getting neofetch working on your system.
The first and most universal way of installing neofetch is by downloading/cloning the latest release and running the Makefile.
- Download the latest release.
- Run
make install
inside the script directory to install the script.-
MacOS:
make PREFIX=/usr/local install
-
Haiku:
make PREFIX=/boot/home/config/non-packaged install
-
OpenIndiana:
gmake install
-
MinGW/MSys:
make -i install
- NOTE: You may have to run this as root.
-
MacOS:
- Git clone the repo.
git clone https://github.com/LanikSJ/neofetch
- Change working directory to
neofetch
.cd neofetch
- Install neofetch using the Makefile.
make install
-
MacOS:
make PREFIX=/usr/local install
-
Haiku:
make PREFIX=/boot/home/config/non-packaged install
-
OpenIndiana:
gmake install
-
MinGW/MSys:
make -i install
- NOTE: You may have to run this as root.
NOTE: Neofetch can be uninstalled easily using make uninstall
. This removes
all of files from your system.
NOTE: You can run neofetch from any folder on your system, all the makefile does is move the files to a "sane" location. The Makefile is optional.
This section lists neofetch packages that have been made for specific OS/Distros.
- Install
neofetch-plus
with Homebrewbrew install neofetch-plus