emilydaemon / zfetch

zfetch is a simple, fast, but pretty fetch script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

zfetch is a simple, fast, but pretty fetch script

License:GNU General Public License v3.0


Languages

Language:Shell 82.0%Language:Roff 10.3%Language:Makefile 7.7%