nyafetch
nyafetch copied to clipboard
A neofetch alike program that shows hardware and distro information written in rust.
Nyafetch
A neofetch alike program that shows hardware and distro information written in rust.
Compiling from source
Dependencies
rust, libpci, clang (for rust to compile c)
Linux
Arch(pacman): pciutils clang
Debian(apt): libpci-dev clang
Windows
Coming soon
More instructions as to how to install rust here.
Installation
Either download a build here or compile it yourself.
Compilation
Building
$ make build
Installing
# make install
Note: You can use make install PREFIX=<prefix> to change the prefix.