Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 831 Bytes

File metadata and controls

25 lines (17 loc) · 831 Bytes

Bloatfetch

A lightweight and stylish implementation of the popular "Neofetch" which will please any Arch user

[Make sure to download the .zip file from github and extract it to your home directory]

  • Installation

    • cd Bloatfetch-master
    • cc BF.c -o bloatfetch
    • sudo cp "./home/user/Bloatfetch-master/bloatfetch" "/bin"
  • Or..use the makefile!

    • cd Bloatfetch-master
    • make | Build the program
    • make install | Install the program
    • make uninstall | Uninstall the program
    • make clean | Clean up the build files

[If you get a permissions error then try using sudo]

And there you go!

Screenshot-from-2023-01-07-16-43-22.png