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
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
Font: Caskaydia Cove
If you're interested in the commit labels used in this repo, check out my git emoji project