Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.79 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.79 KB

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