latexindent dependencies
This commit is contained in:
parent
c900346213
commit
e282e8afd5
2 changed files with 6 additions and 0 deletions
3
arch.sh
3
arch.sh
|
@ -387,6 +387,9 @@ 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
|
||||||
|
|
|
@ -201,6 +201,9 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue