Finaly, a fetch that can match your freak. Freakyfetch is a fork of uwufetch that aims to make your OS more 𝓯𝓻𝓮𝓪𝓴𝔂.
-
freecolor to get ram usage on FreeBSD.
-
musl libc if you are on a non-gnu system (such as alpine linux)
-
xwininfo to get screen resolution.
-
viu (optional) to use images instead of ascii art (see How to use images below).
-
lshw (optional) for better accuracy on GPU info.
To install Freakyfetch from the AUR do:
yay -S freakyfetch
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
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