2021-01-19 14:58:44 +01:00
|
|
|
# LiteFetch
|
2021-01-18 21:19:20 +01:00
|
|
|
|
2021-01-19 14:58:44 +01:00
|
|
|
A lite system info tool for Linux.
|
2021-01-18 21:19:20 +01:00
|
|
|
|
|
|
|
## Currently supported distros
|
|
|
|
|
2021-01-18 21:20:33 +01:00
|
|
|
Arch Linux.
|
2021-01-18 21:19:20 +01:00
|
|
|
|
|
|
|
## Building and installation
|
|
|
|
|
|
|
|
To install you can type this commands in the terminal:
|
|
|
|
|
|
|
|
```shell
|
2021-01-19 14:58:44 +01:00
|
|
|
git clone https://github.com/TheDarkBug/litefetch.git
|
|
|
|
cd litefetch
|
2021-01-18 21:19:20 +01:00
|
|
|
make install
|
|
|
|
```
|
|
|
|
|
2021-01-18 23:49:35 +01:00
|
|
|
To uninstall (this will also remove the repository folder):
|
2021-01-18 21:19:20 +01:00
|
|
|
|
|
|
|
```shell
|
2021-01-19 14:58:44 +01:00
|
|
|
cd litefetch
|
2021-01-18 23:49:35 +01:00
|
|
|
make uninstall
|
2021-01-18 21:19:20 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2021-01-19 14:58:44 +01:00
|
|
|
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/litefetch/LICENSE).
|
2021-01-18 21:19:20 +01:00
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
[ufetch](https://gitlab.com/jschx/ufetch/): ASCII Distro logos (with some edits by me)
|