Skip to content

Commit

Permalink
feat: move more things to be automated
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 31, 2024
1 parent 3e51922 commit 593dc28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions macos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ content.
- `sudo mdutil -i off /`
- `sudo mdutil -E /`

The next consideration is Apple's Gatekeeper service. This feature sends data about
the applications present on your system to Apple.

```bash
sudo spctl --master-disable
spctl --status
```

Let's conduct a few more configurations within System Settings.

- Select "Privacy & Security" from the left menu.
Expand Down
3 changes: 3 additions & 0 deletions scripts/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ main_brew() {
sudo mdutil -E /
sudo mdutil -a -i off

# Disable gatekeeper
sudo spctl --master-disable

# Bluetooth
# show in menu bar = 18, true
# don't show in menu bar = 24, false
Expand Down

0 comments on commit 593dc28

Please sign in to comment.