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.
- Arch Linux: You may use your favorite AUR manager to install the
stormfetchpackage
- Download
gofrom your package manager or from the go website - Download
makefrom your package manager - Run the following command to compile the project
make SYSCONFDIR=/etc
- 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 root directory
make install
make install-config SYSCONFDIR=/etc
