Skip to content

Instantly share code, notes, and snippets.

@kascote
Created January 2, 2025 17:08
Show Gist options
  • Save kascote/58bd74815bba6eb6d431553a78f1dc98 to your computer and use it in GitHub Desktop.
Save kascote/58bd74815bba6eb6d431553a78f1dc98 to your computer and use it in GitHub Desktop.
Setup app to use to load specific mime types
defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add '{
LSHandlerContentType = "public.plain-text";
LSHandlerRoleAll = "com.neovide.neovide";
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment