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