fakefetch

This is my version of neofetch
git clone git://shipwreckt.co.uk/fakefetch.git
Log | Files | Refs | README | LICENSE

install.sh (134B)


      1 sudo pacman -S lsb-release
      2 #Change if your package manager is diffrent
      3 
      4 gcc -o fakefetch fakefetch.c
      5 sudo mv fakefetch /bin/fakefetch