[Bootstrap] Rework installed LaTeX packages

texlive installation should be lighter now
This commit is contained in:
Lucien Cartier-Tilet 2021-04-01 23:11:58 +02:00
parent 5c1041241f
commit 3de5254050
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 22 additions and 22 deletions

View File

@ -84,17 +84,17 @@ powerline-fonts prettier pulseaudio-bluetooth python-autoflake python-epc \
python-importmagic python-language-server python-nose python-pip python-poetry \ python-importmagic python-language-server python-nose python-pip python-poetry \
python-ptvsd python-pytest qt5-imageformats qemu r raw-thumbnailer reflector \ python-ptvsd python-pytest qt5-imageformats qemu r raw-thumbnailer reflector \
ripgrep rofi rsync rtv ruby-rb-fsevent ruby-sass rustup samba scrot sent \ ripgrep rofi rsync rtv ruby-rb-fsevent ruby-sass rustup samba scrot sent \
shadow siji-git simplescreenrecorder sshfs sxiv texlive-bin \ shadow siji-git simplescreenrecorder sshfs sxiv texlive-bibtexextra \
texlive-langchinese texlive-langcyrillic texlive-langgreek \ texlive-fontsextra texlive-formatsextra texlive-humanities \
texlive-langjapanese texlive-langkorean texlive-latexextra \ texlive-langjapanese texlive-pictures texlive-pstricks texlive-publishers \
texlive-localmanager-git texlive-most tldr tmux tree ttf-arphic-uming \ texlive-science tldr tmux tree ttf-arphic-uming ttf-baekmuk ttf-charis-sil \
ttf-baekmuk ttf-charis-sil ttf-dejavu ttf-google-fonts-opinionated-git \ ttf-dejavu ttf-google-fonts-opinionated-git ttf-hanazono ttf-joypixels \
ttf-hanazono ttf-joypixels ttf-koruri ttf-liberation ttf-monapo ttf-sazanami \ ttf-koruri ttf-liberation ttf-monapo ttf-sazanami ttf-tibetan-machine \
ttf-tibetan-machine typescript typescript-language-server-bin unicode-emoji \ typescript typescript-language-server-bin unicode-emoji unrar usbutils \
unrar usbutils valgrind vscode-css-languageserver-bin \ valgrind vscode-css-languageserver-bin vscode-html-languageserver-bin w3m wget \
vscode-html-languageserver-bin w3m wget x11-ssh-askpass xclip \ x11-ssh-askpass xclip xdg-user-dirs-gtk xfce-polkit xidlehook xfsprogs \
xdg-user-dirs-gtk xfce-polkit xidlehook xfsprogs xorg-drivers xorg-server \ xorg-drivers xorg-server xorg-xinit xss-lock xvkbd xwallpaper \
xorg-xinit xss-lock xvkbd xwallpaper yaml-language-server-bin zeal yaml-language-server-bin zeal
printf "\n# Installing needed packages ##################################################\n\n" printf "\n# Installing needed packages ##################################################\n\n"
sudo pacman -Syu sudo pacman -Syu

View File

@ -264,17 +264,17 @@ Lets set in a custom varible what packages well be needing.
python-importmagic python-language-server python-nose python-pip python-poetry \ python-importmagic python-language-server python-nose python-pip python-poetry \
python-ptvsd python-pytest qt5-imageformats qemu r raw-thumbnailer reflector \ python-ptvsd python-pytest qt5-imageformats qemu r raw-thumbnailer reflector \
ripgrep rofi rsync rtv ruby-rb-fsevent ruby-sass rustup samba scrot sent \ ripgrep rofi rsync rtv ruby-rb-fsevent ruby-sass rustup samba scrot sent \
shadow siji-git simplescreenrecorder sshfs sxiv texlive-bin \ shadow siji-git simplescreenrecorder sshfs sxiv texlive-bibtexextra \
texlive-langchinese texlive-langcyrillic texlive-langgreek \ texlive-fontsextra texlive-formatsextra texlive-humanities \
texlive-langjapanese texlive-langkorean texlive-latexextra \ texlive-langjapanese texlive-pictures texlive-pstricks texlive-publishers \
texlive-localmanager-git texlive-most tldr tmux tree ttf-arphic-uming \ texlive-science tldr tmux tree ttf-arphic-uming ttf-baekmuk ttf-charis-sil \
ttf-baekmuk ttf-charis-sil ttf-dejavu ttf-google-fonts-opinionated-git \ ttf-dejavu ttf-google-fonts-opinionated-git ttf-hanazono ttf-joypixels \
ttf-hanazono ttf-joypixels ttf-koruri ttf-liberation ttf-monapo ttf-sazanami \ ttf-koruri ttf-liberation ttf-monapo ttf-sazanami ttf-tibetan-machine \
ttf-tibetan-machine typescript typescript-language-server-bin unicode-emoji \ typescript typescript-language-server-bin unicode-emoji unrar usbutils \
unrar usbutils valgrind vscode-css-languageserver-bin \ valgrind vscode-css-languageserver-bin vscode-html-languageserver-bin w3m wget \
vscode-html-languageserver-bin w3m wget x11-ssh-askpass xclip \ x11-ssh-askpass xclip xdg-user-dirs-gtk xfce-polkit xidlehook xfsprogs \
xdg-user-dirs-gtk xfce-polkit xidlehook xfsprogs xorg-drivers xorg-server \ xorg-drivers xorg-server xorg-xinit xss-lock xvkbd xwallpaper \
xorg-xinit xss-lock xvkbd xwallpaper yaml-language-server-bin zeal yaml-language-server-bin zeal
#+END_SRC #+END_SRC
These are the minimum I would have in my own installation. You can edit it These are the minimum I would have in my own installation. You can edit it