Skip to content

Instantly share code, notes, and snippets.

@iamdanre
Last active November 29, 2022 05:01
Show Gist options
  • Save iamdanre/a2882c1c3a004f1f5a55743d8bcbfd3b to your computer and use it in GitHub Desktop.
Save iamdanre/a2882c1c3a004f1f5a55743d8bcbfd3b to your computer and use it in GitHub Desktop.
fix macOS Extensions
#!/bin/zsh
killall Safari && /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -f -R /Applications/Safari.app;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment