From 148a09d954061055e7376e35747943bd6cde18d7 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 3 Feb 2022 10:09:14 +0000 Subject: Renamed --- terminal.md | 23 ----------------------- terminals.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 terminal.md create mode 100644 terminals.md diff --git a/terminal.md b/terminal.md deleted file mode 100644 index b14b5f1..0000000 --- a/terminal.md +++ /dev/null @@ -1,23 +0,0 @@ -# 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 - - See: xterm.md and `xresources` - -## Discarded - -* Alacritty: https://alacritty.org/ - - Pros: very fast - - Cons: no ligatures, no binary release, configuration isn't straightforward - 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