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
|
||||
fish -c "fish_add_path /usr/bin/vendor_perl ||:"
|
||||
|
||||
# === CPAN modules ==
|
||||
sudo cpanm YAML::Tiny File::HomeDir File::Which # latexindent dependencies
|
||||
|
||||
# === Discord ==
|
||||
# Skip update
|
||||
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 \
|
||||
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \
|
||||
noto-fonts jdk-openjdk texlive-fontsrecommended texlive-publishers sfml \
|
||||
texlive-fontsextra
|
||||
texlive-fontsextra perl-yaml-tiny perl-file-homedir perl-file-which
|
||||
|
||||
|
||||
# === Rustup ==
|
||||
|
@ -201,9 +201,6 @@ main() {
|
|||
# Add perl packages to path
|
||||
fish -c "fish_add_path /usr/bin/vendor_perl ||:"
|
||||
|
||||
# === CPAN modules ==
|
||||
sudo cpanm YAML::Tiny File::HomeDir File::Which # latexindent dependencies
|
||||
|
||||
# === Emacs ==
|
||||
# mkdir -p "$HOME"/.emacs.d
|
||||
# wget -q ${repo}/.emacs.d/init.el -O "$HOME"/.emacs.d/init.el
|
||||
|
|
|
@ -135,7 +135,10 @@
|
|||
"texlive-fontsrecommended",
|
||||
"texlive-fontsextra",
|
||||
"texlive-publishers",
|
||||
"sfml"
|
||||
"sfml",
|
||||
"perl-yaml-tiny",
|
||||
"perl-file-homedir",
|
||||
"perl-file-which"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue