File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,35 @@ Credits: installer was inspired by jqno's dotfiles (https://github.com/jqno/dotf
21
21
* Add LuLu to Brewfile
22
22
* Add Bartender
23
23
* Add Oversigh
24
+
25
+
26
+
27
+ # Import Procedures to Remember
28
+
29
+ This section contains some tricks I found around the internet and want to keep around.
30
+
31
+
32
+ ## Disable SIP
33
+
34
+ 1 . Reboot into Recovery mode (Hold ⌘-R)
35
+ 2 . Open Terminal
36
+ 3 . Execute ` csrutil disable `
37
+ 4 . Reboot
38
+
39
+ ## Enable SIP
40
+
41
+ 1 . Reboot into Recovery mode (Hold ⌘-R)
42
+ 2 . Open Terminal
43
+ 3 . Execute ` csrutil enable `
44
+ 4 . Reboot
45
+
46
+ ## Disable Automatic Gamma Correction
47
+
48
+ 1 . Disable SIP
49
+ 2 . Disable "Auto Brightness" (Preferences -> Displays)
50
+ 3 . ` cd /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/ `
51
+ 4 . ` mv com.apple.AmbientDisplayAgent _com.apple.AmbientDisplayAgent `
52
+ 5 . Enable SIP and reboot
53
+ 6 . Enable "Auto Brightness"
54
+
55
+
You can’t perform that action at this time.
0 commit comments