mirror of
https://github.com/EnumeratedDev/stormfetch.git
synced 2026-09-15 23:46:12 +00:00
af4c534685c863ffb3679d9e1d6c53b3efe481f7
Add AUR link and tidy up README grammar See merge request CapCreeperGR/stormfetch!1
Stormfetch
A simple linux fetch program written in go and bash
Developers:
Project Information
Stormfetch is a program that can read your system's information and display it in the terminal along with the ASCII art of the Linux distribution you are running. Stormfetch is still in beta, so distro compatibility is limited. If you would like to contribute ASCII art or add other compatibility features feel free to create a pull request or notify me through GitLab Issues.
Installation Guide
AUR
- If you are on Arch Linux, you can use your favorite AUR manager to install the
stormfetchpackage.
Building from source
- Download
gofrom your package manager or from the go website - Download
makefrom your package manager - (Optional) Download
xorg-xhostfrom your package manager to display DE/WM and monitor information - (Optional) Download
xorg-xdpyinfofrom your package manager to display screen resolution - (Optional) Download
lshwfrom your package manager to display GPU information - Run the following command to compile the project
make
- Run the following command to install stormfetch into your system. You may also append a DESTDIR variable at the end of this line if you wish to install in a different location
make install PREFIX=/usr SYSCONFDIR=/etc
Description
A simple linux fetch program written in go. Mirror of https://github.com/EnumeratedDev/stormfetch
Readme
MIT
51 MiB
Languages
Go
96%
Makefile
4%