https://github.com/not-nullptr/about-this-mac
A tool made to replicate the Snow Leopard-era About This Mac dialogue.
https://github.com/not-nullptr/about-this-mac
Last synced: 4 months ago
JSON representation
A tool made to replicate the Snow Leopard-era About This Mac dialogue.
- Host: GitHub
- URL: https://github.com/not-nullptr/about-this-mac
- Owner: not-nullptr
- License: gpl-3.0
- Created: 2023-03-26T21:56:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T13:56:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T06:43:07.566Z (about 1 year ago)
- Language: TypeScript
- Size: 1.29 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About This Mac
A clone of Snow Leopard's About This Mac dialogue written in Electron.

## DISCLAIMER!!
This tool has only been tested on Arch. It is intended for use with my Aqua-ish dotfiles, but it works standalone.
## Installation
1. Clone this repository
2. Install packages via npm (`npm i`)
3. Build pacman package (`npm run build`)
4. Install pacman package (`npm run install`)
5. You're done! Open via `/usr/bin/about-this-mac`, or just `about-this-mac`.
## Support for other distributions
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.