Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.92 KB

File metadata and controls

62 lines (41 loc) · 2.92 KB

English | 中文

MacOSHelperShell

GitHub Stars GitHub Forks GitHub Release

A simple and easy-to-use macOS helper script, which can implement some functions conveniently.

This script is jointly developed and maintained by MingS, YeEnJie and Jerry. It is very useful. You will know how useful is it if you use it.


Functions

Number Function Remark
1 Disable Gatekeeper
2 Remove the quarantine property (resolve the "***.app is damaged...")
3 Reset the Dock to default
4 Enable/disable sudo authentication via fingerprint
5 Clear thumbnail cache
6 Install Xcode CLT
7 Install Homebrew
8 View disk read and write data (support software required)
9 Check SIP status
10 File verification
11 Fix Local Anisette plug-in of Sideloadly! is not available on macOS 13.1 or above
Adding more new functions...

How to use

Use quickly at the terminal (Internet connection is required):

Copy and paste the following command to the terminal, and then press "return":

curl -L https://github.com/Ligure-Studio/MacOSHelperShell/blob/main/OSHelper_Stable.sh -O && sh OSHelper_Stable.sh

If you are a China mainland user and have difficulty using the above command due to network problems, please use the following command:

curl -L https://ghproxy.com/https://raw.githubusercontent.com/Ligure-Studio/MacOSHelperShell/main/OSHelper_Stable.sh -O && sh OSHelper_Stable.sh

Download the release:

Click me to download