Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (29 loc) · 713 Bytes

README.md

File metadata and controls

29 lines (29 loc) · 713 Bytes

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:

  • Small OS logo.
  • Your username and your machine name.
  • Your OS.
  • Your kernel.
  • Machine uptime.
  • Terminal Shell.
  • 7 colored dots to identify terminal colors.

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