All Projects → Mangeshrex → rxfetch

Mangeshrex / rxfetch

Licence: MIT license
A custom system info fetching tool

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to rxfetch

yafetch
Yet another fetch ...
Stars: ✭ 27 (-92.97%)
Mutual labels:  screenfetch, neofetch
fetches
hell
Stars: ✭ 21 (-94.53%)
Mutual labels:  neofetch, pfetch
Invidious-Updater
Automatic install and update script for Invidious
Stars: ✭ 181 (-52.86%)
Mutual labels:  arch, bash-script
disfetch
Yet another *nix distro fetching program, but less complex.
Stars: ✭ 45 (-88.28%)
Mutual labels:  neofetch, pfetch
bunnyfetch
🐰 Tiny system info fetch utility.
Stars: ✭ 111 (-71.09%)
Mutual labels:  screenfetch, pfetch
fastfetch
Like neofetch, but much faster because written in c. Only Linux.
Stars: ✭ 191 (-50.26%)
Mutual labels:  screenfetch, neofetch
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (-87.24%)
Mutual labels:  arch, bash-script
Open Sauce Fonts
Open Sauce Fonts is a font super family that I developed for Creative Sauce's internal type system. It is a compact typeface that is optimised for better viewing small text on screen and print. Open Sauce fonts (Sans, One and Two) are under the SIL Open Font License and is going to be actively developed, improved and tested.
Stars: ✭ 189 (-50.78%)
Mutual labels:  fonts
ArchI0
ArchI0 : Arch-Based Distros Applications Automatic Installation Script
Stars: ✭ 26 (-93.23%)
Mutual labels:  arch
Powerline Web Fonts
Powerline Web Fonts for Chromebook
Stars: ✭ 178 (-53.65%)
Mutual labels:  fonts
Metaflop Www
A free and open source (FOSS) web application for modulating your own METAFONTs
Stars: ✭ 156 (-59.37%)
Mutual labels:  fonts
Avfonts
AVFonts for change/swap fontname throughout app.
Stars: ✭ 200 (-47.92%)
Mutual labels:  fonts
Auto-Besside-Capturer
Capture WPA handshakes, using besside-ng. Auto upload to http://wpa-sec.stanev.org for cracking the password.
Stars: ✭ 28 (-92.71%)
Mutual labels:  bash-script
Fnt
apt for fonts, the missing font manager for macOS/linux
Stars: ✭ 187 (-51.3%)
Mutual labels:  fonts
gh-token
Create an installation access token for a GitHub app from your terminal 💻
Stars: ✭ 154 (-59.9%)
Mutual labels:  bash-script
Webfont
Awesome generator of webfont
Stars: ✭ 170 (-55.73%)
Mutual labels:  fonts
anyfesto
Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
Stars: ✭ 66 (-82.81%)
Mutual labels:  bash-script
bash-framework
◼️ speed up your shell script development and add a modern look and feel (alpha version) ✨ 💫
Stars: ✭ 21 (-94.53%)
Mutual labels:  bash-script
React Native Text Size
Measure text accurately before laying it out and get font information from your App.
Stars: ✭ 238 (-38.02%)
Mutual labels:  fonts
Tourism Demo
Flutter app backed by Redux, shows animations, internationalization (i18n), ClipPath, fonts and others...
Stars: ✭ 232 (-39.58%)
Mutual labels:  fonts

rxfetch


About

Custom system fetching tool written in bash script.

Requirements

  • Material design icons as for that pacman and ghost icons.
  • You need to put the provided fonts in the fonts directory to get the icons work.
  • If wanted you can change the source code of the fetch as per your needs.
  • If you already use material-design-icons you can just use the command below to install it.

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:

  • Clone this repository & run 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
$ ./rxfetch

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

$ wget https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch && chmod +x rxfetch
  • You can also add rxfetch to PATH by placing it in /usr/local/bin
$ sudo cp rxfetch /usr/local/bin
  • Upload your custom rxfetch script here

Contributors

Made with contrib.rocks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].