Created
January 2, 2025 17:08
-
-
Save kascote/58bd74815bba6eb6d431553a78f1dc98 to your computer and use it in GitHub Desktop.
Setup app to use to load specific mime types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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