Home

Awesome

<div align="center"> <h1>rxfetch<h1> <img src="https://img.shields.io/github/stars/Mangeshrex/rxfetch?color=e57474&labelColor=1e2528&style=for-the-badge"> <img src="https://img.shields.io/github/issues/Mangeshrex/rxfetch?color=67b0e8&labelColor=1e2528&style=for-the-badge"> <img src="https://img.shields.io/static/v1?label=license&message=MIT&color=8ccf7e&labelColor=1e2528&style=for-the-badge"> <img src="https://img.shields.io/github/forks/Mangeshrex/rxfetch?color=e5c76b&labelColor=1e2528&style=for-the-badge"> <br> <img src="./screenshots/ss.png"> </div>

About

Custom system fetching tool written in bash script.

Requirements

Run with curl

If you don't wanna clone this repo or install rxfetch, you can use curl.

$ curl https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch | bash

Installation

Arch Linux:

rxfetch is available in the AUR, you can install it with

$ yay -S rxfetch

also, install the fonts too

$ yay -S ttf-material-design-icons

Termux (Android):

Included in main repository, install with:

$ pkg in rxfetch

Manual:

# 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
$ ./rxfetch

If you have the fonts installed then just run this command.

$ wget https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch && chmod +x rxfetch
$ sudo cp rxfetch /usr/local/bin

Contributors

<a href="https://github.com/Mangeshrex/rxfetch/graphs/contributors"> <img src="https://contrib.rocks/image?repo=Mangeshrex/rxfetch" /> </a>

Made with contrib.rocks.