rxfetch
1.0.0

Herramienta de obtención del sistema personalizado escrita en el script bash.
Si no quieres clonar este repositorio o instalar RXFetch, puedes usar Curl.
$ curl https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch | bash rxfetch está disponible en el AUR, puede instalarlo con
$ yay -S rxfetchAdemás, instale las fuentes también
$ yay -S ttf-material-design-iconsIncluido en el repositorio principal, instalar con:
$ pkg in rxfetch # clones the rxfetch repo
$ git clone https://github.com/mangeshrex/rxfetch
# cd into rxfetch
$ cd rxfetch
# copy the fonts
$ cp ttf-material-design-icons/* $HOME/.local/share/fonts
# update fontconfig
$ fc-cache -fv
# run rxfetch
$ ./rxfetchSi tiene las fuentes instaladas, simplemente ejecute este comando.
$ wget https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch && chmod +x rxfetch/usr/local/bin $ sudo cp rxfetch /usr/local/binHecho con contribuciones.