Sha256: 9d2da2c3ca65bcdf34404af28da3041f25a7ba29d659bfe9789fcaaddc228ecd
Contents?: true
Size: 1.38 KB
Versions: 5
Compression:
Stored size: 1.38 KB
Contents
# HackMac ## Description Some ruby tools for working with a Hackintosh, which also might be (partially) useful an a regular Mac. ## Tools - `efi` is a tool to work with OpenCore EFI partitions, that is upgrading OpenCore and Kexts and commiting to its git repository. - `usb` can be used to create a bootable USB containing a MacOs release and uses an EFI partition cloned from a git repository. - `gfxmon` dispays performance statistics for your AMD GPU in the terminal, that is temperature, clock rate, fan rotations, memory and power usage as provided by MacOS, see the screenshot:  ## Installation You can use rubygems to fetch the gem and install it for you: # gem install hackmac You can also put this line into your Gemfile gem 'hackmac' # Configuration First start `efi` without arguments this will display the available commands, but also initializes a default configuration file in `~/.config/hackmac/hackmac.yml` to get you started. If you want work with multiple configuration files you can change the path by setting ``` $ export HACKMAC_CONFIG=~/config/hackmac/other.yml ``` in your shell. ## Download The homepage of this library is located at * https://github.com/flori/complex_config ## Author [Florian Frank](mailto:flori@ping.de) ## License This software is licensed under the MIT license.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
hackmac-1.8.0 | README.md |
hackmac-1.7.1 | README.md |
hackmac-1.7.0 | README.md |
hackmac-1.6.1 | README.md |
hackmac-1.6.0 | README.md |