Skip to content
Tanmoy Ganguly edited this page May 4, 2024 · 1 revision

Universal Install Latest Release Download the latest release. https://github.com/xanmoy/xanfetch/releases/latest 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. Latest Git Master (Bleeding Edge) Git clone the repo. git clone https://github.com/xanmoy/xanfetch Change working directory to xanfetch. cd xanfetch Install xanfetch 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: xanfetch can be uninstalled easily using make uninstall. This removes all of files from your system.

NOTE: You can run xanfetch from any folder on your system, all the makefile does is move the files to a "sane" location. The Makefile is optional.

Clone this wiki locally