use newer texlive packages
This commit is contained in:
parent
327b6ee77e
commit
e135b83a35
3 changed files with 11 additions and 16 deletions
6
arch.sh
6
arch.sh
|
@ -56,7 +56,7 @@ main() {
|
|||
gnome-shell-extension-tiling-assistant \
|
||||
gnome-shell-extension-quick-settings-tweaks-git \
|
||||
epson-inkjet-printer-stylus-photo-px810fw-series \
|
||||
topgrade-bin ufw-docker
|
||||
topgrade-bin ufw-docker texlive-latexindent-meta
|
||||
|
||||
# === Disable wayland ==
|
||||
sed -i "s/#Wayland/Wayland/g" /etc/gdm/custom.conf
|
||||
|
@ -375,10 +375,6 @@ main() {
|
|||
# === Clang ==
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
||||
|
||||
# === LaTeX ==
|
||||
# Pour latexindent
|
||||
sudo cpanm YAML::Tiny File::HomeDir
|
||||
|
||||
# === Perl ==
|
||||
# Add perl packages to path
|
||||
fish -c "fish_add_path /usr/bin/vendor_perl"
|
||||
|
|
18
arch_wsl.sh
18
arch_wsl.sh
|
@ -29,13 +29,14 @@ main() {
|
|||
sudo pacman -S --noconfirm git wget zip openssh bat base-devel make \
|
||||
python-pygments micro git-lfs npm sdl2_image nodejs \
|
||||
fish autoconf valgrind automake python-virtualenv gdb \
|
||||
tk sdl2_mixer exa texlive-most fzf glu man-pages-fr \
|
||||
uwufetch python-pip opam cpanminus unison \
|
||||
rebuild-detector git-delta sdl2_ttf rustup pulseaudio-alsa \
|
||||
tk sdl2_mixer exa fzf glu man-pages-fr uwufetch mdcat \
|
||||
python-pip opam cpanminus unison timidity++ \
|
||||
rebuild-detector git-delta sdl2_ttf rustup libsamplerate \
|
||||
rsync doxygen emacs-nox otf-fira-sans ttf-fira-code \
|
||||
otf-fira-mono mingw-w64-gcc otf-font-awesome \
|
||||
timidity++ soundfont-fluid fluidsynth libsamplerate \
|
||||
mdcat
|
||||
soundfont-fluid fluidsynth pulseaudio-alsa \
|
||||
texlive-latexextra texlive-langfrench
|
||||
|
||||
|
||||
# === Rustup ==
|
||||
# Init rustup
|
||||
|
@ -63,7 +64,8 @@ main() {
|
|||
sudo sed -i "s/#CleanAfter/CleanAfter/g" /etc/paru.conf
|
||||
|
||||
# === AUR packages ==
|
||||
paru -S --noconfirm spim-svn cal8tor otf-font-awesome topgrade-bin
|
||||
paru -S --noconfirm spim-svn cal8tor otf-font-awesome topgrade-bin \
|
||||
texlive-latexindent-meta
|
||||
|
||||
# === Rust ==
|
||||
# Add Cargo packages from Rust
|
||||
|
@ -187,10 +189,6 @@ main() {
|
|||
# === Clang ==
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
||||
|
||||
# === LaTeX ==
|
||||
# Pour latexindent
|
||||
sudo cpanm YAML::Tiny File::HomeDir
|
||||
|
||||
# === Valgrind ==
|
||||
fish -c "set -Ux DEBUGINFOD_URLS https://debuginfod.archlinux.org"
|
||||
|
||||
|
|
|
@ -87,7 +87,8 @@
|
|||
"sdl2_mixer",
|
||||
"xdg-desktop-portal-gnome",
|
||||
"exa",
|
||||
"texlive-most",
|
||||
"texlive-latexextra",
|
||||
"texlive-langfrench",
|
||||
"syncthing",
|
||||
"ufw",
|
||||
"fzf",
|
||||
|
|
Loading…
Reference in a new issue