Skip to content

Installation

Riviox edited this page May 14, 2024 · 1 revision

Latest Release

  1. Download the latest release.
  2. 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)

  1. Git clone the repo.
    • git clone https://github.com/riviox/rebornfetch
  2. Change working directory to rebornetch.
    • cd neofetch
  3. 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.