From 3de52540506b186db7bc839d20dd94c125058891 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 1 Apr 2021 23:11:58 +0200 Subject: [PATCH] [Bootstrap] Rework installed LaTeX packages texlive installation should be lighter now --- .config/yadm/bootstrap | 22 +++++++++++----------- org/config/installation.org | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 72d7689..d466944 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -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-ptvsd python-pytest qt5-imageformats qemu r raw-thumbnailer reflector \ ripgrep rofi rsync rtv ruby-rb-fsevent ruby-sass rustup samba scrot sent \ -shadow siji-git simplescreenrecorder sshfs sxiv texlive-bin \ -texlive-langchinese texlive-langcyrillic texlive-langgreek \ -texlive-langjapanese texlive-langkorean texlive-latexextra \ -texlive-localmanager-git texlive-most tldr tmux tree ttf-arphic-uming \ -ttf-baekmuk ttf-charis-sil ttf-dejavu ttf-google-fonts-opinionated-git \ -ttf-hanazono ttf-joypixels ttf-koruri ttf-liberation ttf-monapo ttf-sazanami \ -ttf-tibetan-machine typescript typescript-language-server-bin unicode-emoji \ -unrar usbutils valgrind vscode-css-languageserver-bin \ -vscode-html-languageserver-bin w3m wget x11-ssh-askpass xclip \ -xdg-user-dirs-gtk xfce-polkit xidlehook xfsprogs xorg-drivers xorg-server \ -xorg-xinit xss-lock xvkbd xwallpaper yaml-language-server-bin zeal +shadow siji-git simplescreenrecorder sshfs sxiv texlive-bibtexextra \ +texlive-fontsextra texlive-formatsextra texlive-humanities \ +texlive-langjapanese texlive-pictures texlive-pstricks texlive-publishers \ +texlive-science tldr tmux tree ttf-arphic-uming ttf-baekmuk ttf-charis-sil \ +ttf-dejavu ttf-google-fonts-opinionated-git ttf-hanazono ttf-joypixels \ +ttf-koruri ttf-liberation ttf-monapo ttf-sazanami ttf-tibetan-machine \ +typescript typescript-language-server-bin unicode-emoji unrar usbutils \ +valgrind vscode-css-languageserver-bin vscode-html-languageserver-bin w3m wget \ +x11-ssh-askpass xclip xdg-user-dirs-gtk xfce-polkit xidlehook xfsprogs \ +xorg-drivers xorg-server xorg-xinit xss-lock xvkbd xwallpaper \ +yaml-language-server-bin zeal printf "\n# Installing needed packages ##################################################\n\n" sudo pacman -Syu diff --git a/org/config/installation.org b/org/config/installation.org index a025c42..bdf5293 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -264,17 +264,17 @@ Let’s set in a custom varible what packages we’ll be needing. python-importmagic python-language-server python-nose python-pip python-poetry \ python-ptvsd python-pytest qt5-imageformats qemu r raw-thumbnailer reflector \ ripgrep rofi rsync rtv ruby-rb-fsevent ruby-sass rustup samba scrot sent \ - shadow siji-git simplescreenrecorder sshfs sxiv texlive-bin \ - texlive-langchinese texlive-langcyrillic texlive-langgreek \ - texlive-langjapanese texlive-langkorean texlive-latexextra \ - texlive-localmanager-git texlive-most tldr tmux tree ttf-arphic-uming \ - ttf-baekmuk ttf-charis-sil ttf-dejavu ttf-google-fonts-opinionated-git \ - ttf-hanazono ttf-joypixels ttf-koruri ttf-liberation ttf-monapo ttf-sazanami \ - ttf-tibetan-machine typescript typescript-language-server-bin unicode-emoji \ - unrar usbutils valgrind vscode-css-languageserver-bin \ - vscode-html-languageserver-bin w3m wget x11-ssh-askpass xclip \ - xdg-user-dirs-gtk xfce-polkit xidlehook xfsprogs xorg-drivers xorg-server \ - xorg-xinit xss-lock xvkbd xwallpaper yaml-language-server-bin zeal + shadow siji-git simplescreenrecorder sshfs sxiv texlive-bibtexextra \ + texlive-fontsextra texlive-formatsextra texlive-humanities \ + texlive-langjapanese texlive-pictures texlive-pstricks texlive-publishers \ + texlive-science tldr tmux tree ttf-arphic-uming ttf-baekmuk ttf-charis-sil \ + ttf-dejavu ttf-google-fonts-opinionated-git ttf-hanazono ttf-joypixels \ + ttf-koruri ttf-liberation ttf-monapo ttf-sazanami ttf-tibetan-machine \ + typescript typescript-language-server-bin unicode-emoji unrar usbutils \ + valgrind vscode-css-languageserver-bin vscode-html-languageserver-bin w3m wget \ + x11-ssh-askpass xclip xdg-user-dirs-gtk xfce-polkit xidlehook xfsprogs \ + xorg-drivers xorg-server xorg-xinit xss-lock xvkbd xwallpaper \ + yaml-language-server-bin zeal #+END_SRC These are the minimum I would have in my own installation. You can edit it