ignxcy / NerdFetch

A POSIX *nix fetch script using Nerdfonts

Home Page:https://aur.archlinux.org/packages/nerdfetch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NerdFetch

A POSIX *nix (Linux, macOS, Android, *BSD, etc) fetch script using Nerdfonts

Screenshot

Dependencies:

To install and run:

Arch Linux:

yay -S nerdfetch
nerdfetch

Make sure to replace yay with whatever AUR helper you use.

yiffOS:

bulge install nerdfetch
nerdfetch

Manually:

Copy-paste this into your terminal:

sudo curl -fsSL https://raw.githubusercontent.com/ThatOneCalculator/NerdFetch/master/nerdfetch -o /usr/bin/nerdfetch
sudo chmod +x /usr/bin/nerdfetch
nerdfetch

Android with Termux:

Copy-paste this into Termux:

curl -fsSL https://raw.githubusercontent.com/ignxcy/NerdFetch/master/nerdfetch.termux -o /data/data/com.termux/files/usr/bin/nerdfetch
chmod a+x /data/data/com.termux/files/usr/bin/nerdfetch
nerdfetch

Run once:

Note that this will not install the program.

curl -fsSL https://raw.githubusercontent.com/ThatOneCalculator/NerdFetch/master/nerdfetch | sh

Features:

  • Strong cross-OS compatability
  • Not bloated
  • Portable
  • POSIX

OSes supported:

  • Debian based Linux
  • Ubuntu based Linux
  • Arch based Linux
  • RedHat based Linux
  • SUSE based Linux
  • Bedrock Linux
  • Alpine Linux
  • KISS Linux
  • Void Linux
  • Gentoo Linux
  • Exherbo Linux
  • NixOS Linux
  • Solus Linux
  • yiffOS Linux
  • Slackware Linux*
  • macOS 10.x + 11.x
  • Android

Known issues:

  • *In Slackware Linux, make sure to have /usr/sbin in PATH
  • In FreeBSD, no hostname and no uptime
  • In OpenBSD, no hostname and no uptime, and no package count

About

A POSIX *nix fetch script using Nerdfonts

https://aur.archlinux.org/packages/nerdfetch/

License:MIT License


Languages

Language:Shell 100.0%