Skip to content

someStranger8/freakyfetch

 
 

Repository files navigation

Freakyfetch

screenshot

Finaly, a fetch that can match your freak. Freakyfetch is a fork of uwufetch that aims to make your OS more 𝓯𝓻𝓮𝓪𝓴𝔂.

Installation

Requirments

Building from source

To install Freakyfetch from the source, type these commands in the terminal:

git clone https://github.com/H4drian/Freakyfetch
cd Freakyfetch
make build # add "CFLAGS+=-D__IPHONE__" if you are building for iOS
sudo make install

To uninstall:

cd Freakyfetch
sudo make uninstall

Available Make targets

make build              # builds freakyfetch and libfetch
make lib                # builds only libfetch
make debug              # use for debug
make install            # installs freakyfetch (needs root permissons)
make uninstall          # uninstalls freakyfetch (needs root permissons)
make clean              # removes all build output
make man                # compiles man page
make man_debug          # compiles man page and shows 'man' output

About

The freaky version of neofetch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.6%
  • Roff 6.9%
  • Makefile 5.6%
  • Other 0.9%