Added endeavouros ascii logo, merged manjaro and manjaro arm, replaced all 'w' (in ascii logos) with u03c9 (greek uppercase omega)
This commit is contained in:
commit
bd80470d50
2 changed files with 6 additions and 5 deletions
|
@ -33,8 +33,8 @@ Right now, the package is only available on the AUR:
|
||||||
Building requisites:
|
Building requisites:
|
||||||
|
|
||||||
- Make
|
- Make
|
||||||
- A c compiler
|
- A C compiler
|
||||||
- Pandoc to compile man pages
|
- `pandoc` to compile man pages
|
||||||
|
|
||||||
To install UwUfetch from the source, type these commands in the terminal:
|
To install UwUfetch from the source, type these commands in the terminal:
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@ To install UwUfetch from the source, type these commands in the terminal:
|
||||||
git clone https://github.com/TheDarkBug/uwufetch.git
|
git clone https://github.com/TheDarkBug/uwufetch.git
|
||||||
cd uwufetch
|
cd uwufetch
|
||||||
make build
|
make build
|
||||||
|
make man
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -56,6 +57,7 @@ sudo make uninstall
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
make build # builds uwueftch
|
make build # builds uwueftch
|
||||||
|
make man # builds the manpage (requires pandoc)
|
||||||
make debug # use for debug
|
make debug # use for debug
|
||||||
make install # installs uwufetch (needs root permissons)
|
make install # installs uwufetch (needs root permissons)
|
||||||
make uninstall # uninstalls uwufetch (needs root permissons)
|
make uninstall # uninstalls uwufetch (needs root permissons)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% UWUFETCH(1) uwufetch 1.2
|
% UWUFETCH(1) uwufetch 1.4
|
||||||
% TheDarkBug
|
% TheDarkBug
|
||||||
% April 2021
|
% April 2021
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ OwOpenBSD\ \ \ \ \ \ \ \ \ openbsd
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
Uwufetch is a program inspired by neofetch and ufetch, that takes system informations\
|
UwUfetch is a program inspired by neofetch and ufetch, that takes system informations\
|
||||||
and prints them in the terminal in an UwU way, with and UwU ascii logo or image.
|
and prints them in the terminal in an UwU way, with and UwU ascii logo or image.
|
||||||
|
|
||||||
# EXAMPLES
|
# EXAMPLES
|
||||||
|
@ -102,7 +102,6 @@ ueufetch -i -d artix\ \ \ \ \ \ \ \ # prints artix image
|
||||||
|
|
||||||
# DEPENDANCES
|
# DEPENDANCES
|
||||||
|
|
||||||
json-c\ \ \ to parse the config file\
|
|
||||||
lshw\ \ \ better gpu info\
|
lshw\ \ \ better gpu info\
|
||||||
viu\ \ \ \ print images instead of ascii logo\
|
viu\ \ \ \ print images instead of ascii logo\
|
||||||
kitty\ \ \ better image viewing
|
kitty\ \ \ better image viewing
|
||||||
|
|
Loading…
Reference in a new issue