Skip to content

Instantly share code, notes, and snippets.

@yuk7
Created May 16, 2024 09:23
Show Gist options
  • Save yuk7/c0e162f9fa08fb14a50debb1c79c0743 to your computer and use it in GitHub Desktop.
Save yuk7/c0e162f9fa08fb14a50debb1c79c0743 to your computer and use it in GitHub Desktop.
MacOS Setup
#!/bin/bash
# F**k Gatekeeper
sudo spctl —master-disable
# Enable Legacy Camera Plugin (Recovery only)
system-override legacy-camera-plugins-without-sw-camera-indication=on
# Set PATH for Finder & Dock
sudo launchctl config user path /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/homebrew/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment