forked from dylanaraps/neofetch
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Riviox edited this page May 14, 2024
·
1 revision
- 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/riviox/rebornfetch
- Change working directory to
rebornetch
.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: rebornetch can be uninstalled easily using make uninstall
. This removes
all of files from your system.