https://github.com/not-nullptr/finder
A Finder replica
https://github.com/not-nullptr/finder
Last synced: about 1 year ago
JSON representation
A Finder replica
- Host: GitHub
- URL: https://github.com/not-nullptr/finder
- Owner: not-nullptr
- License: gpl-3.0
- Created: 2023-03-27T18:19:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T20:00:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T19:35:53.513Z (about 1 year ago)
- Language: TypeScript
- Size: 1.29 MB
- Stars: 0
- 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.