add deps for latexindent
This commit is contained in:
parent
d06e18e487
commit
48d6bdd37f
3 changed files with 11 additions and 2 deletions
4
arch.sh
4
arch.sh
|
@ -368,6 +368,10 @@ then
|
|||
# === Clang ==
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
||||
|
||||
# === LaTeX ==
|
||||
# Pour latexindent
|
||||
sudo cpanm YAML::Tiny File::HomeDir
|
||||
|
||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||
else
|
||||
echo "Ce script ne fonctionne que sur Arch."
|
||||
|
|
|
@ -14,7 +14,7 @@ then
|
|||
pacman -R --noconfirm fakeroot-tcp
|
||||
|
||||
# === Install packages ==
|
||||
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 neofetch python-pip opam pacman-contrib
|
||||
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 neofetch python-pip opam pacman-contrib cpanminus
|
||||
|
||||
# === Colors package manager ==
|
||||
sed -i 's/#Color/Color/g' /etc/pacman.conf
|
||||
|
@ -200,6 +200,10 @@ then
|
|||
# === Clang ==
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
||||
|
||||
# === LaTeX ==
|
||||
# Pour latexindent
|
||||
sudo cpanm YAML::Tiny File::HomeDir
|
||||
|
||||
# === Clear useless packages
|
||||
pacman -Rsn $(pacman -Qqtd) 2> /dev/null
|
||||
|
||||
|
|
|
@ -108,7 +108,8 @@
|
|||
"vlc",
|
||||
"discord",
|
||||
"opam",
|
||||
"pacman-contrib"
|
||||
"pacman-contrib",
|
||||
"cpanminus"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue