changeset 392:475213c1ca35

Add README with kitty install instructions
author zegervdv <zegervdv@me.com>
date Sun, 06 Jun 2021 09:56:38 +0200
parents 5c8c12407b84
children 68c3caec0425
files .chezmoiignore README.md
diffstat 2 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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
--- /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
+```
+