From 148a09d954061055e7376e35747943bd6cde18d7 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 3 Feb 2022 10:09:14 +0000 Subject: Renamed --- terminals.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 terminals.md (limited to 'terminals.md') diff --git a/terminals.md b/terminals.md new file mode 100644 index 0000000..2c666d6 --- /dev/null +++ b/terminals.md @@ -0,0 +1,23 @@ +# Terminals + +## Currently + +* WezTerm: https://wezfurlong.org/wezterm/ + - Pros: fast, ligatures, binary release, easy to configure + - Cons: ??? + - See `wizterm.lua` +* Kitty: https://sw.kovidgoyal.net/kitty/ + - Pros: fast, ligatures, easy to configure + - Cons: terminfo over SSH, binary release requires new-ish dependencies, installing from source is fiddly + - See `kitty.conf` +* Xterm + - Pros: installed everywhere, good for fallback + - Cons: missing features, less configurable, no ligatures + - See: xterm.md and `xresources` + +## Discarded + +* Alacritty: https://alacritty.org/ + - Pros: very fast + - Cons: no ligatures, no binary release, configuration isn't straightforward + -- cgit v1.2.3