Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 926 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 926 Bytes

Basically this version of neofetch always returns Arch, on any system.

Don't ask me why I wasted time on this. I don't know.

An example image showing this version of neofetch compiled and running on Manjaro Linux

^ Actually running Manjaro


Build it as you normally would (instructions stolen from the actual repo):

  • 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

You might have to run this as root blablabla

Note: this will replace the actual neofetch

To revert this, just reinstall the actual neofetch with

  • sudo apt reinstall neofetch
  • sudo pacman -S neofetch

or whatever the equivalent is for your distro/OS