diff --git a/alacritty/README.md b/alacritty/README.md index c47158c9..ebe1b653 100644 --- a/alacritty/README.md +++ b/alacritty/README.md @@ -6,14 +6,14 @@ alacritty can be used to: -- Have a terminal emulator that just works. -- Have a terminal emulator with modern features like live reload, and without all the extras like window management. -- Master [tmux](/tmux) since you won't be relying on window management of your terminal emulator. +- Have a terminal emulator that just works +- Have a terminal emulator with modern features like live reload, and without all the extras like window management +- Master [tmux](/tmux) since you won't be relying on window management of your terminal emulator You should not use alacritty if: -- You have a desire to output images in your terminal (use [kitty](/kitty) instead, since [libsixel][lixsixel] support is WIP) -- You have a need to use Japanese input in your terminal ([an issue][ime-support] for over 3 years in alacritty). [kitty](/kitty) supports this, however. +- You have a desire to output images in your terminal (use [kitty](/kitty) instead since [libsixel][libsixel] support is WIP) +- You have a need to use Japanese input in your terminal ([an issue][ime-support] for over 3 years in alacritty, [kitty](/kitty) supports this) [alacritty]: https://github.com/alacritty/alacritty [libsixel]: https://github.com/alacritty/alacritty/issues/910 diff --git a/code/README.md b/code/README.md index f0754d33..caff0454 100644 --- a/code/README.md +++ b/code/README.md @@ -21,10 +21,6 @@ You should not use Code if: - You want to learn how compilers, git, find, grep, and other software work - You want to learn [vim](/vim), the standard text editor -## Usage - -Once Code is installed, run `make code-extensions` to install the extensions I use. - [code]: https://www.archlinux.org/packages/community/x86_64/code/ [vscode]: https://github.com/Microsoft/vscode [vscode-neovim]: https://github.com/asvetliakov/vscode-neovim