Install macchina (a rust neofetch clone): ========================================== Since neofetch is a abandoned project, I switched to macchina. Its built entirely in rust. Unfortunately it only has Tux as the logo for every distro though. As well it does not show specific bash version. To run: macchina -------------------- To Install through rust package manager: Assuming you have rustic (the rust compiler) installed, run: cargo install macchina ----------------------- To build: git clone https://github.com/Macchina-CLI/macchina.git cd macchina cargo build sudo cp -a target/debug/* /usr/local/bin --------------------------------------------------------------- Sources: https://itsfoss.com/neofetch-alternatives/ https://github.com/Macchina-CLI/macchina?ref=itsfoss.com https://doc.rust-lang.org/book/ch01-03-hello-cargo.html https://doc.rust-lang.org/cargo/commands/cargo-install.html https://doc.rust-lang.org/cargo/reference/config.html https://crates.io/crates/macchina Date: August 19th 2024. Update (August 24th 2024): Updated place to get rust package.