diff --git a/fresh-install/main.sh b/fresh-install/main.sh index eb84272..924caa3 100755 --- a/fresh-install/main.sh +++ b/fresh-install/main.sh @@ -319,6 +319,26 @@ pacman_packages=( python-colorlog zsh keepassxc + # https://wiki.archlinux.org/title/TeX_Live + ghostscript + perl + ruby + texlive + texlive-basic + texlive-latex + texlive-latexrecommended + texlive-latexextra + texlive-fontsrecommended + texlive-fontsextra + texlive-xetex + texlive-luatex + texlive-bibtextra + texlve-mathscience + texlive-lang + perl-yaml-tiny + perl-file-homedir + texlive-binextra + texlive-plaingeneric ) for pkg in "${pacman_packages[@]}"; do