Skip to content

A super tiny *nix system information fetch script written in BASH

License

Notifications You must be signed in to change notification settings

cheyngoodman/sysfetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysfetch

A super tiny *nix 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

Change directory into the folder

#cd sysfetch

Make script executable

#chmod a+rx sysfetch

Execute script

#./sysfetch or bash sysfetch

Debugging:

Comment out exec 2>/dev/null to output all errors in terminal

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 branch to this repositorys alpha branch

# git push

Testing:

Individual scripts should be pushed to the gamma branch and any PR's to existing code should be made to alpha branch so we can test everything properly before merging to master. Scripts in gamma branch need proper testing, clean code and output to move to alpha

Communication:

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

About

A super tiny *nix system information fetch script written in BASH

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%