Created
November 30, 2025 16:57
-
-
Save INCHMAN1900/d5d89801cec27cdb0d340b8021b5de36 to your computer and use it in GitHub Desktop.
Use Bloom as the default file viewer
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 -g NSFileViewer -string com.asiafu.Bloom; | |
| defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add '{LSHandlerContentType="public.folder";LSHandlerRoleAll="com.asiafu.Bloom";}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment