Skip to content

Instantly share code, notes, and snippets.

View RbBtSn0w's full-sized avatar
💭
I may be slow to respond.

Hamilton Snow RbBtSn0w

💭
I may be slow to respond.
View GitHub Profile
@rlam3
rlam3 / disable-cleanmymac.md
Created August 21, 2019 01:26
Mac disables "Setapp CleanMyMac-setapp.HealthMonitor" launchd services

sudo vim /private/var/db/launchd.db/com.apple.launchd/overrides.plist

Add the following code,as entries like:

<key>com.macpaw.CleanMyMac-setapp.HealthMonitor</key>
<dict>
<key>Disabled</key>
<true/>