Skip to content

Instantly share code, notes, and snippets.

@ZhanZiyuan
Last active July 20, 2026 08:08
Show Gist options
  • Select an option

  • Save ZhanZiyuan/811633beab60c9ae818f6f9dd64b3c58 to your computer and use it in GitHub Desktop.

Select an option

Save ZhanZiyuan/811633beab60c9ae818f6f9dd64b3c58 to your computer and use it in GitHub Desktop.
Bypass Gatekeeper & Code Signing & Update Mac Apps
xattr -cr /Applications/AppName.app
codesign --force -s - /Applications/AppName.app
brew update && brew upgrade && brew cleanup
sudo npm update -g
defaults delete com.apple.dock tilesize && defaults delete com.apple.dock magnification && defaults delete com.apple.dock largersize
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment