From e21ca25a6ffd5da7ad43350db9254d111f403100 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 14 Aug 2025 21:28:40 +0200 Subject: [PATCH] up --- home/.chezmoiscripts/run_once_after_10-asdf-config.sh.tmpl | 2 ++ .../.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl | 6 +++--- scripts/manjaro.sh | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/home/.chezmoiscripts/run_once_after_10-asdf-config.sh.tmpl b/home/.chezmoiscripts/run_once_after_10-asdf-config.sh.tmpl index 0626307..55c46ec 100644 --- a/home/.chezmoiscripts/run_once_after_10-asdf-config.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_10-asdf-config.sh.tmpl @@ -17,6 +17,8 @@ plugins=( ['opam']='https://github.com/asdf-community/asdf-opam.git' ['ruby']='https://github.com/asdf-vm/asdf-ruby.git' ['rust']='https://github.com/code-lever/asdf-rust.git' + ['julia']='https://github.com/rkyleg/asdf-julia.git' + ['r']='https://github.com/asdf-community/asdf-r.git' ) diff --git a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl index 540a405..20322c0 100644 --- a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl @@ -17,11 +17,11 @@ title="IDE's configuration" fi # R - sudo Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")' - sudo Rscript -e 'IRkernel::installspec(user = FALSE)' + Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")' + Rscript -e 'IRkernel::installspec(user = TRUE)' # Julia - sudo julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")' + julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")' log "${title} done" diff --git a/scripts/manjaro.sh b/scripts/manjaro.sh index 67b0cb0..2ddf947 100644 --- a/scripts/manjaro.sh +++ b/scripts/manjaro.sh @@ -104,8 +104,8 @@ install_ide() { python-plotly jupyter-nbclient jupyter-nbformat - r - julia + # r + # julia ) }