Home

Awesome

zfetch 📜

What's zfetch? 🤔

zfetch is a fetch script used to quickly show system information in terminal.

What does it show? 🤔

Currently it shows this information:

Installation 🔧

Arch Linux

Arch users may install it from the AUR. Remember to read the PKGBUILD!

git clone https://aur.archlinux.org/zfetch.git
cd zfetch
cat PKGBUILD
makepkg -si

Other distros

git clone https://github.com/jornmann/zfetch.git
cd zfetch
make install