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 29The wm row has been replaced by one displaying the terminal type
git clone https://github.com/TechWiz-3/mfetch-macos.git cd mfetch-macos makeThe make command can also be replaced by the following options:
install -m755 mfetch /usr/local/bin/mfetchor
cp mfetch /usr/local/bin/mfetch; chmod +x /usr/local/bin/mfetchFont: Caskaydia Cove
If you're interested in the commit labels used in this repo, check out my git emoji project






