# lightfetch A light system info tool for Linux. ## Currently supported distros Arch Linux. ## Building and installation To install you can type this commands in the terminal: ```shell git clone https://github.com/TheDarkBug/lightfetch.git cd lightfetch make install ``` To uninstall (this will also remove the repository folder): ```shell cd lightfetch <<<<<<< HEAD make uninstall ======= sudo make uninstall >>>>>>> 85bfc1b7abe49545a7ee173a5ea02f9ea1494629 ``` ## License This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/LICENSE). ## Credits [ufetch](https://gitlab.com/jschx/ufetch/): ASCII Distro logos (with some edits by me)