use pacman instead of cpanm
This commit is contained in:
parent
da5705115d
commit
b0eb5a444a
3 changed files with 5 additions and 8 deletions
3
arch.sh
3
arch.sh
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue