fix: set kitty as default terminal

This commit is contained in:
Michel 2023-10-12 11:24:23 +02:00
parent 5ca1cbd75b
commit 9b8d087bf3
1 changed files with 4 additions and 0 deletions

View File

@ -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**: