use pacman instead of cpanm

This commit is contained in:
Mylloon 2023-12-21 14:50:47 +01:00
parent da5705115d
commit b0eb5a444a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 5 additions and 8 deletions

View file

@ -387,9 +387,6 @@ main() {
# 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 ||:"
# === CPAN modules ==
sudo cpanm YAML::Tiny File::HomeDir File::Which # latexindent dependencies
# === Discord == # === Discord ==
# Skip update # Skip update
path_config_discord="$HOME"/.config/discord/settings.json path_config_discord="$HOME"/.config/discord/settings.json

View file

@ -39,7 +39,7 @@ main() {
otf-fira-mono mingw-w64-gcc otf-font-awesome soundfont-fluid fluidsynth \ otf-fira-mono mingw-w64-gcc otf-font-awesome soundfont-fluid fluidsynth \
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \ pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \
noto-fonts jdk-openjdk texlive-fontsrecommended texlive-publishers sfml \ noto-fonts jdk-openjdk texlive-fontsrecommended texlive-publishers sfml \
texlive-fontsextra texlive-fontsextra perl-yaml-tiny perl-file-homedir perl-file-which
# === Rustup == # === Rustup ==
@ -201,9 +201,6 @@ main() {
# 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 ||:"
# === CPAN modules ==
sudo cpanm YAML::Tiny File::HomeDir File::Which # latexindent dependencies
# === Emacs == # === Emacs ==
# mkdir -p "$HOME"/.emacs.d # mkdir -p "$HOME"/.emacs.d
# wget -q ${repo}/.emacs.d/init.el -O "$HOME"/.emacs.d/init.el # wget -q ${repo}/.emacs.d/init.el -O "$HOME"/.emacs.d/init.el

View file

@ -135,7 +135,10 @@
"texlive-fontsrecommended", "texlive-fontsrecommended",
"texlive-fontsextra", "texlive-fontsextra",
"texlive-publishers", "texlive-publishers",
"sfml" "sfml",
"perl-yaml-tiny",
"perl-file-homedir",
"perl-file-which"
], ],
"plugin": null, "plugin": null,
"profile": { "profile": {