2021-03-05 10:49:09 +01:00
|
|
|
# UwUFetch
|
2021-01-18 21:19:20 +01:00
|
|
|
|
2021-03-05 10:49:09 +01:00
|
|
|
A meme system info tool for Linux, based on nyan/UwU trend on r/linuxmasterrace.
|
2021-01-18 21:19:20 +01:00
|
|
|
|
|
|
|
## Currently supported distros
|
|
|
|
|
2021-03-07 00:22:36 +01:00
|
|
|
Nyarch Linuwu, Nyartix Linuwu, Debinyan, Fedowa, GentOwO, Myanjawo.
|
2021-01-18 21:19:20 +01:00
|
|
|
|
|
|
|
## Building and installation
|
|
|
|
|
2021-03-07 22:44:51 +01:00
|
|
|
##### Via package manager
|
|
|
|
|
2021-03-07 22:45:51 +01:00
|
|
|
Right now the package is only available on the [AUR](https://aur.archlinux.org/packages/uwufetch-git/).
|
2021-03-07 22:44:51 +01:00
|
|
|
|
|
|
|
##### Via git clone
|
|
|
|
|
2021-01-18 21:19:20 +01:00
|
|
|
To install you can type this commands in the terminal:
|
2021-03-07 22:44:51 +01:00
|
|
|
|
2021-01-18 21:19:20 +01:00
|
|
|
```shell
|
2021-03-05 10:49:09 +01:00
|
|
|
git clone https://github.com/TheDarkBug/uwufetch.git
|
|
|
|
cd uwufetch
|
2021-03-05 12:01:15 +01:00
|
|
|
make
|
2021-01-18 21:19:20 +01:00
|
|
|
```
|
|
|
|
|
2021-03-06 21:17:29 +01:00
|
|
|
To uninstall:
|
2021-03-07 22:44:51 +01:00
|
|
|
|
2021-01-18 21:19:20 +01:00
|
|
|
```shell
|
2021-03-05 10:49:09 +01:00
|
|
|
cd uwufetch
|
2021-01-18 23:49:35 +01:00
|
|
|
make uninstall
|
2021-01-18 21:19:20 +01:00
|
|
|
```
|
2021-03-07 22:44:51 +01:00
|
|
|
|
|
|
|
##### 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
|
|
|
|
```
|
|
|
|
|
2021-03-07 16:59:26 +01:00
|
|
|
## Images
|
|
|
|
|
|
|
|
[IMAGES.md](https://github.com/TheDarkBug/uwufetch/tree/main/res/IMAGES.md)
|
2021-01-18 21:19:20 +01:00
|
|
|
|
|
|
|
## License
|
2021-03-07 22:44:51 +01:00
|
|
|
|
2021-03-05 10:49:09 +01:00
|
|
|
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/uwufetch/LICENSE).
|