Lyfetch.rs is a rust rewrite of it's bash predecessor.
Small and quick system information script for linux systems~
Installing lyfetch is quite easy! All you need installed is git and rustup.
# Installing git
## Fedora/Ubuntu
sudo apt/dnf install git
## Arch and Arch Based distros
sudo pacman -S git
# Installing Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/its-Lyn/lyfetch
cd lyfetch
./install.sh
To remove lyfetch just run the following command
./install.sh --remove