# Idea - fastfetch / commiefetch in C - with emphasis on commiefetch, i want communism stuff but in C ! # Install - git clone this project - `git clone https://codeberg.org/Anser/cfetch.git` - `make` for local install (e.g. binary will be placed inside the project folder) - `sudo/doas make install` for systemwide install (requieres root privileges) - `make clean` for local removal - `sudo/doas make uninstall` for systemwide uninstallation ## install localy ```bash git clone https://codeberg.org/Anser/cfetch.git && \ cd cfetch && \ make ``` ## install global ```bash git clone https://codeberg.org/Anser/cfetch.git && \ cd cfetch && \ sudo make install ``` # Features - not much ! | Feature | Linux | |---------|-------| | OS Info | OK | | Kernel | todo | | CPU | OK | | Memory | OK | | username | todo | | ascii_art | todo | # Reference - [Commiefetch](https://github.com/amalxloop/commiefetch) - [Fastfetch](https://github.com/fastfetch-cli/fastfetch)