Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kennethho/e280e1b020603bed01c0650d0b9bed33 to your computer and use it in GitHub Desktop.
Save kennethho/e280e1b020603bed01c0650d0b9bed33 to your computer and use it in GitHub Desktop.
s/gedit/sublime/ - sublime as default text editor
( head -n 1 /usr/share/applications/defaults.list && ack --match '^(?<mimetype>.+)=gedit.desktop$' --output '$+{mimetype}=sublime-text.desktop' /usr/share/applications/defaults.list ) | tee ~/.local/share/applications/defaults.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment