melorin4 / cfetch

Just a simple and aesthetically pleasing system information fetch tool for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cFetch | A simple fetch tool written in bash

A simple and aesthetically pleasing system information fetch tool for Linux.

help wanted





Installation

  • Clone this repository.
$ git clone https://github.com/melorin4/cfetch.git
  • Change to the cloned directory and make cfetch.sh & cfetch executable files.
$ cd cfetch
$ chmod +x cfetch.sh cfetch
  • Make a directory for CFetch and copy the files to their places.
$ sudo mkdir /usr/share/cfetch
$ sudo cp PATH/TO/cfetch.sh /usr/share/cfetch
$ sudo cp PATH/TO/cfetch /usr/local/bin
  • Run cFetch
$ cfetch

License

cFetch is licensed under MIT.

About

Just a simple and aesthetically pleasing system information fetch tool for Linux.

License:MIT License


Languages

Language:Shell 100.0%