A clone of Snow Leopard's About This Mac dialogue written in Electron.
This tool has only been tested on Arch. It is intended for use with my Aqua-ish dotfiles, but it works standalone.
- Clone this repository
- Install packages via npm (
npm i) - Build pacman package (
npm run build) - Install pacman package (
npm run install) - You're done! Open via
/usr/bin/about-this-mac, or justabout-this-mac.
You can hack in support for other distros by changing the build target in the package.json. -l pacman should be replaced with whatever package manager your distro uses.
