udaykapur / sysfetch

A super tiny system information fetch script written in BASH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sysfetch

A super tiny system information fetch script written in BASH

Installing from package manager:

+ Arch Linux -

 sysfetch is installable from the AUR as sysfetch-git

How to Use:

run sysfetch

Pulling sysfetch from GitHub:

Clone the repository

#git clone -b master --single-branch https://github.com/wick3dr0se/sysfetch

How to Use:

Change directory into the folder

#cd sysfetch

Execute script

#bash sysfetch

Contributing:

Fork this repository, then clone this branch from your fork

# git clone -b alpha --single-branch https://github.com/<user>/sysfetch alpha_sysfetch

Stage and commit your changes with a relevant message and link to issue # if fix, like:

# git add .

# git commit -m "test; fix issue #3"

Push your changes and then create a pull request to merge from your fork to this repository

# git push

Communication:

Join us on discord: https://discord.gg/TstuWvDzXr

About

A super tiny system information fetch script written in BASH

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%