onyasumi / vega

A simpler and faster command line system information tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vega

A simpler and faster command line system information tool designed to be faster than neofetch

screenshot

GPLv3

DEPENDENCIES

vega's dependencies are designed to minimal:

  • GNU/Linux (or FreeBSD)
  • POSIX sh
  • libpci
  • gcc (build)
  • GNU Make (build)

Experimental FreeBSD support requires procfs(5) to be mounted. Note that GNU Make and BSD make are incompatible, so gmake is needed to build on FreeBSD.

INSTALLATION

Install

make install

Uninstall

make remove

Also remove ~/.config/vega/config.sh (make remove does not do this)

CONFIGURATION

The main config file is located at /etc/vega.d/config.sh Run vega --installconf to install a copy to your user config directory (this will override the systemwide config)

About

A simpler and faster command line system information tool

License:GNU General Public License v3.0


Languages

Language:C 49.9%Language:Shell 43.1%Language:Roff 4.3%Language:Makefile 2.7%