Zsh script to mimic the About This Mac feature in macOS (Apple Sillicon).
Model Name: MacBook Neo
Chip: Apple A18 Pro
Memory: 8 GB
Serial Number: XXXXXXXXXX
Startup Disk: Macintosh HD
macOS: Tahoe 26.4.1
| macOS | Version |
|---|---|
| 14.* | Sonoma |
| 13.* | Ventura |
| 12.* | Monterey |
| 11.* | Big Sur |
| 10.15 | Catalina |
| 10.14 | Mojave |
| 10.13 | High Sierra |
| 10.12 | Sierra |
| 10.11 | El Capitan |
| 10.10 | Yosemite |
Liftoff:
Make this script accessible to all users by placing it in: /usr/local/bin;
set the executable bit on the file:
chmod +x aboutMe;
then call it:
bash aboutMe.
| Version | Relase Date |
|---|---|
| v.0.3 | 04-AUG-2022 |
| v.0.2 | 05-APR-2021 |
| v.0.1 | 07-JUL-2018 |
| v.0.0 | 15-AUG-2017 |
hardware_model_too.sh adpated from this thread.
Shout-out to: https://reddit.com/u/Thanksagainforlunch for the suggestion.