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

From the AUR

To install Freakyfetch from the AUR do:

yay -S freakyfetch

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 58.8%
  • Roff 36.1%
  • Makefile 3.8%
  • Shell 1.3%