From ef3279a452397d6f62c7e020cd7f1e6e7635b573 Mon Sep 17 00:00:00 2001 From: Michel Date: Mon, 9 Oct 2023 17:34:30 +0200 Subject: [PATCH] doc: fonts to install --- .README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.README.md b/.README.md index 975dfa4..5a572ee 100644 --- a/.README.md +++ b/.README.md @@ -100,11 +100,13 @@ git apply --stat --apply 2604.patch ## kitty - https://sw.kovidgoyal.net/kitty/binary/ +- Install `JetBrains Mono` (without NF) & `NerdFontsSymbolsOnly` fonts. + - Note: outside of kitty, it may be interesting to also install _JetBrains + Mono_ *with* _NF_. ``` sudo apt-get install kitty-terminfo sh ~/.config/kitty/installer.sh -sudo sh ~/.config/kitty/installer.sh launch=n dest=/opt ``` **Note**: @@ -150,7 +152,7 @@ go install ## neovim -```` +``` sudo apt install libfuse2 xsel mkdir -p $HOME/.local/bin @@ -164,4 +166,4 @@ ln -sf nvim.appimage vi cd $HOME nvim --version vi --version -```` +```