mcfetch

_mcfetch (monochromatic fetch)_ is a lightweight system information fetching program, similar to ufetch but with color options.
## 🔧 Installation ```bash git clone https://github.com/dybdeskarphet/mcfetch.git cd mcfetch cargo build --release ``` Move the binary to your path: ```bash sudo mv target/release/mcfetch /usr/local/bin/ ``` ## ✨ Usage Run `mcfetch` with your preferred color: ```bash mcfetch --color ``` Example: ```bash mcfetch --color blue ``` ## 📜 License This project is licensed under the GPLv3.