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