1
0
This commit is contained in:
2025-08-14 01:08:13 +02:00
parent 558e795078
commit 703ce44694
4 changed files with 15 additions and 20 deletions

View File

@@ -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