minimal system information gathering tool
# clone the repo
$ git clone https://github.com/xorsirenz/bellafetch.git
# cd into the repo
$ cd bellafetch/
# build bellafetch
$ make
# move binary into your $PATH.. example:
$ sudo mv bellafetch /usr/local/binbellafetch$ ~/.config/bellafetch/config{
"Modules": [
{
"Host": true,
"PrettyName": true,
"Kernel": true,
"Uptime": true,
"Packages": true,
"Shell": true,
"Terminal": true,
"WM": true,
"Cpu": true,
"Gpu": true,
"DiskSpace": true,
"Memory": true
}
]
}