From 100e9745ece8fffe78456705b2ca97a73d5322ff Mon Sep 17 00:00:00 2001 From: Jeff LANCE <jeff.lance@mala.fr> Date: Sat, 3 Aug 2024 17:51:49 +0200 Subject: [PATCH] Up. --- home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl | 2 ++ ...es.sh.tmpl => run_once_onchange_10-install-packages.sh.tmpl} | 0 scripts/archlinux.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) rename home/.chezmoiscripts/{run_once_after_10-install-packages.sh.tmpl => run_once_onchange_10-install-packages.sh.tmpl} (100%) diff --git a/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl index d8a6436..35a62d4 100644 --- a/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl @@ -2,6 +2,7 @@ # include lib . ${CHEZMOI_WORKING_TREE}/scripts/utils.sh +. ${HOME}/.asdf/asdf.sh # LVim version lvim_version="1.4" @@ -10,6 +11,7 @@ lvim_version="1.4" log "Begin LVim installation" + go install github.com/nametake/golangci-lint-langserver@latest LV_BRANCH="release-${lvim_version}/neovim-0.9" bash <(curl -s "https://raw.githubusercontent.com/LunarVim/LunarVim/release-${lvim_version}/neovim-0.9/utils/installer/install.sh") log "Finish LVim installation" diff --git a/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_once_onchange_10-install-packages.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl rename to home/.chezmoiscripts/run_once_onchange_10-install-packages.sh.tmpl diff --git a/scripts/archlinux.sh b/scripts/archlinux.sh index 0620adf..573deb8 100644 --- a/scripts/archlinux.sh +++ b/scripts/archlinux.sh @@ -54,7 +54,7 @@ install_latex() { texlive-latexrecommended texlive-latexextra texlive-fontsrecommended - texlive-fontsextre + texlive-fontsextra texlive-luatex texlive-mathscience texlive-lang