From 9b8d087bf32ca510d25093de53866fb68fb70980 Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 12 Oct 2023 11:24:23 +0200 Subject: [PATCH] fix: set kitty as default terminal --- .README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.README.md b/.README.md index f938ab7..ed4eff1 100644 --- a/.README.md +++ b/.README.md @@ -116,6 +116,10 @@ git apply --stat --apply 2604.patch sudo apt-get install kitty-terminfo sudo sh ~/.config/kitty/installer.sh launch=n dest=/opt + +sudo update-alternatives \ + --install /usr/bin/x-terminal-emulator \ + x-terminal-emulator /opt/kitty.app/bin/kitty 99 ``` **Note**: