Skip to content

Instantly share code, notes, and snippets.

@andrewpayne68
Last active April 12, 2026 10:56
Show Gist options
  • Select an option

  • Save andrewpayne68/0ee070da53d8503b190f454f7ff15468 to your computer and use it in GitHub Desktop.

Select an option

Save andrewpayne68/0ee070da53d8503b190f454f7ff15468 to your computer and use it in GitHub Desktop.
How to set kitty as the default Terminal app in Gnome 50/Ubuntu 26.04 LTS

Set kitty as the default Terminal app in Gnome 50/Ubuntu 26.04 LTS in a single command line:

sudo ln -s ~/.local/kitty.app/bin/kitty /usr/bin/kitty~ && gsettings set org.gnome.desktop.default-applications.terminal exec kitty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment