https://github.com/blackbeard173/sysfetch
A command-line system information tool written in bash.
https://github.com/blackbeard173/sysfetch
bash command-line neofetch
Last synced: 3 months ago
JSON representation
A command-line system information tool written in bash.
- Host: GitHub
- URL: https://github.com/blackbeard173/sysfetch
- Owner: blackbeard173
- License: mit
- Created: 2022-10-06T14:56:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T15:28:35.000Z (about 3 years ago)
- Last Synced: 2025-03-15T21:31:56.278Z (10 months ago)
- Topics: bash, command-line, neofetch
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## About
Custom system fetching tool which is made in bash script.
## Installation
```sh
git clone https://github.com/blackbeard173/sysfetch
cd sysfetch
sudo make install
```
#### Uninstallation
```sh
sudo make uninstall