# HG changeset patch # User zegervdv # Date 1622966198 -7200 # Node ID 475213c1ca355084f89984d1fcda95c94a0c7d1f # Parent 5c8c12407b84a70a600ed13e6b1cfe559452e69a Add README with kitty install instructions diff -r 5c8c12407b84 -r 475213c1ca35 .chezmoiignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.chezmoiignore Sun Jun 06 09:56:38 2021 +0200 @@ -0,0 +1,3 @@ +README.md +*.orig +*.rej diff -r 5c8c12407b84 -r 475213c1ca35 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Sun Jun 06 09:56:38 2021 +0200 @@ -0,0 +1,16 @@ +# dotfiles + + +## Kitty installation + +Install script: +``` +curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin +``` + +### Ubuntu: set default terminal +``` +sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator ~/.local/bin/kitty +sudo update-alternatives --config x-terminal-emulator +``` +