Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.65 KB

File metadata and controls

59 lines (40 loc) · 1.65 KB

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