diff --git a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl rename to home/.chezmoiscripts/run_once_after_10-install-asdf-plugins.sh.tmpl diff --git a/home/.chezmoiscripts/run_once_after_30-nvim-config.sh.tmpl b/home/.chezmoiscripts/run_once_after_20-nvim-config.sh.tmpl similarity index 100% rename from home/.chezmoiscripts/run_once_after_30-nvim-config.sh.tmpl rename to home/.chezmoiscripts/run_once_after_20-nvim-config.sh.tmpl 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 c0c34b8..85ac186 100644 --- a/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-quarto-config.sh.tmpl @@ -8,21 +8,21 @@ log "Finalize quarto install" - # inf "Install tinytex" - # if [[ $(command -v quarto) ]]; then - # quarto install tinytex - # fi - # - # inf "Install python dependencies" - # python3 -m pip install jupyter jupyterlab ipykernel matplotlib plotly pandas - # - # inf "Install Jupyter kernels" - # python3 -m ipykernel install --user --name python-asdf --display-name "Python (asdf)" - # - # Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \ - # -e "IRkernel::installspec(user = FALSE)" - # - # julia -e 'using Pkg; Pkg.add("IJulia")' + inf "Install tinytex" + if [[ $(command -v quarto) ]]; then + quarto install tinytex + fi + + inf "Install python dependencies" + python3 -m pip install jupyter jupyterlab ipykernel matplotlib plotly pandas + + inf "Install Jupyter kernels" + python3 -m ipykernel install --user --name python-asdf --display-name "Python (asdf)" + + Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \ + -e "IRkernel::installspec(user = FALSE)" + + julia -e 'using Pkg; Pkg.add("IJulia")' log "Quarto install complete" diff --git a/scripts/manjaro.sh b/scripts/manjaro.sh index 9f4fa27..a8badab 100644 --- a/scripts/manjaro.sh +++ b/scripts/manjaro.sh @@ -53,7 +53,6 @@ install_devel() { go nodejs npm - python rust ) } @@ -139,10 +138,6 @@ main() { "$ZSH" && install_zsh "$LATEX" && install_latex "$IDE" && install_ide - if [[ $IDE == true ]]; then - configure_quarto - configure_jupyter_kernels - fi ## Install yay if [[ ! $(command -v yay) ]]; then