onefetch 1.5.2

Neofetch for your source code
1
2
3
4
5
install:
	cargo build --release
	sudo cp target/release/onefetch /usr/local/bin
uninstall:
	sudo rm -f /usr/local/bin/onefetch