From 855902bd61e595ac6af6aac7e47a68b72b8c0f07 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 15 Apr 2026 11:11:02 +0200 Subject: [PATCH] Update install script --- install.org | 5 ++++- scripts/install-main.sh | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/install.org b/install.org index 7ee36e4..62ff142 100644 --- a/install.org +++ b/install.org @@ -127,7 +127,9 @@ paru -S --needed \ #+begin_src bash echo "==> Fonts" paru -S --needed \ - nerd-fonts-hack \ + ttf-hack-nerd \ + ttf-sourcecodepro-nerd \ + adobe-source-code-pro-fonts \ noto-fonts-emoji #+end_src @@ -256,6 +258,7 @@ paru -S --needed \ mpv \ jellyfin-tui \ nsxiv \ + tesseract tesseract-data-eng tesseract-data-fra tesseract-data-osd \ zathura zathura-pdf-mupdf zathura-djvu zathura-ps zathura-cb \ pdfpc \ gst-plugins-ugly gst-plugins-good gst-plugins-base-libs gst-plugins-base gst-plugins-bad gst-libav diff --git a/scripts/install-main.sh b/scripts/install-main.sh index 37df236..7b83f2a 100755 --- a/scripts/install-main.sh +++ b/scripts/install-main.sh @@ -9,12 +9,14 @@ paru -S --needed \ echo "==> Fonts" paru -S --needed \ - nerd-fonts-hack \ + ttf-hack-nerd \ + ttf-sourcecodepro-nerd \ + adobe-source-code-pro-fonts \ noto-fonts-emoji echo "==> Text Editors" paru -S --needed \ - neovim python-pynvim \ + neovim python-pynvim nodejs-neovim \ emacs \ aspell aspell-en aspell-fr @@ -56,6 +58,7 @@ paru -S --needed \ mpv \ jellyfin-tui \ nsxiv \ + tesseract tesseract-data-eng tesseract-data-fra tesseract-data-osd \ zathura zathura-pdf-mupdf zathura-djvu zathura-ps zathura-cb \ pdfpc \ gst-plugins-ugly gst-plugins-good gst-plugins-base-libs gst-plugins-base gst-plugins-bad gst-libav