Kitty: Difference between revisions
No edit summary |
|||
Line 10: | Line 10: | ||
kitty +kittens ssh newplace | kitty +kittens ssh newplace | ||
Or, go manual by following [https://sw.kovidgoyal.net/kitty/kittens/ssh/#manual-terminfo-copy this]. | Or, go manual by following [https://sw.kovidgoyal.net/kitty/kittens/ssh/#manual-terminfo-copy this]. | ||
Now LOG OUT, log back in, and enjoy the speed of kitty. | |||
=== Colors === | === Colors === | ||
Right now there are two solarized color blocks in the config, one for dark one for light. Red needs some work! | Right now there are two solarized color blocks in the config, one for dark one for light. Red needs some work! |
Revision as of 20:39, 19 December 2023
OpenGL hardware accelerated terminal that is SIGNIFICANTLY, IMPORTANTLY much faster than gnome-terminal on abtdev1 via SPICE.
Config
All config (colors, keyboard, much more...) is here, "self-documented":
development/config/common/home/m/.config/kitty/kitty.conf
ssh terminfo
When ssh'ing to a new machine, it will not "know" kitty by default. To teach an ubuntu machine about it:
sudo apt install kitty-terminfo
Or, when you ssh, use a kitten:
kitty +kittens ssh newplace
Or, go manual by following this.
Now LOG OUT, log back in, and enjoy the speed of kitty.
Colors
Right now there are two solarized color blocks in the config, one for dark one for light. Red needs some work!
Install
- For now, I just install via ubuntu apt
sudo apt install kitty
- Add ctrl-shift-t shortcut in i3 config, starting it with correct path and using -1 (so one daemon is used for all shells, nice and fast).