50 lines
1.1 KiB
Markdown
50 lines
1.1 KiB
Markdown
# UwUFetch
|
|
|
|
A meme system info tool for Linux, based on nyan/UwU trend on r/linuxmasterrace.
|
|
|
|
## Currently supported distros
|
|
|
|
Nyarch Linuwu, Nyartix Linuwu, Debinyan, Fedowa, GentOwO, Myanjawo.
|
|
|
|
## Building and installation
|
|
|
|
##### Via package manager
|
|
|
|
Right now the package is only available on the AUR.
|
|
|
|
##### Via git clone
|
|
|
|
To install you can type this commands in the terminal:
|
|
|
|
```shell
|
|
git clone https://github.com/TheDarkBug/uwufetch.git
|
|
cd uwufetch
|
|
make
|
|
```
|
|
|
|
To uninstall:
|
|
|
|
```shell
|
|
cd uwufetch
|
|
make uninstall
|
|
```
|
|
|
|
##### Make options:
|
|
|
|
```shell
|
|
make all # builds and installs
|
|
make build # builds uwueftch
|
|
make debug # use for debug
|
|
make install # installs uwufetch
|
|
make uninstall # uninstalls uwufetch
|
|
make termux # build and install for termux
|
|
make termux_uninstall # uninstall for termux
|
|
```
|
|
|
|
## Images
|
|
|
|
[IMAGES.md](https://github.com/TheDarkBug/uwufetch/tree/main/res/IMAGES.md)
|
|
|
|
## License
|
|
|
|
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/uwufetch/LICENSE).
|