Skip to content

Instantly share code, notes, and snippets.

@agalea91
Created December 29, 2023 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agalea91/9d0de3f5a66bf84dff515914910580ad to your computer and use it in GitHub Desktop.
Save agalea91/9d0de3f5a66bf84dff515914910580ad to your computer and use it in GitHub Desktop.
Change default app to open file on Mac with duti
# Get app ID
osascript -e 'id of app "TextMate"'
# Set default app, e.g. for JSON files
duti -s com.macromates.TextMate .json all
# Install
brew install duti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment