TechWiz-3 / mfetch-macos

Minimalist fetch (forked and modified for mac OS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image

mfetch for mac

Shellcheck License

Thanks to the great work of the original creator for making it so easy for a beginner to edit the script to work on Mac. Be sure to check the original repo out and give it a star.

mfetch is a tiny fetch script using less than 30 sloc! The original script returned 21 sloc. This one returns 29 sloc.

$ grep -v '^$\|^#' mfetch | wc -l
29

The wm row has been replaced by one displaying the terminal type

Install

git clone https://github.com/TechWiz-3/mfetch-macos.git
cd mfetch-macos
make

The make command can also be replaced by the following options:

install -m755 mfetch /usr/local/bin/mfetch

or

cp mfetch /usr/local/bin/mfetch; chmod +x /usr/local/bin/mfetch

Before (on linux)

screenshot

Before (on mac)

screenshot

After

Font: Caskaydia Cove

screenshot

screenshot

screenshot

screenshot


🎉 Commit labels

If you're interested in the commit labels used in this repo, check out my git emoji project

About

Minimalist fetch (forked and modified for mac OS)

License:MIT License


Languages

Language:Shell 88.6%Language:Makefile 11.4%