Skip to content
/ vega Public

A simpler and faster command line system information tool

License

Notifications You must be signed in to change notification settings

onyasumi/vega

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)