mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +01:00
Revert "Add the julia programming language"
This commit is contained in:
committed by
GitHub
parent
062ab9da5c
commit
057c2d7efd
@@ -2,7 +2,7 @@
|
||||
if [[ -v OMAKUB_FIRST_RUN_LANGUAGES ]]; then
|
||||
languages=$OMAKUB_FIRST_RUN_LANGUAGES
|
||||
else
|
||||
AVAILABLE_LANGUAGES=("Ruby on Rails" "Node.js" "Go" "PHP" "Python" "Julia" "Elixir" "Rust" "Java")
|
||||
AVAILABLE_LANGUAGES=("Ruby on Rails" "Node.js" "Go" "PHP" "Python" "Elixir" "Rust" "Java")
|
||||
languages=$(gum choose "${AVAILABLE_LANGUAGES[@]}" --no-limit --height 10 --header "Select programming languages")
|
||||
fi
|
||||
|
||||
@@ -29,9 +29,6 @@ if [[ -n "$languages" ]]; then
|
||||
Python)
|
||||
mise use --global python@latest
|
||||
;;
|
||||
Julia)
|
||||
bash -c "$(curl -fsSL https://install.julialang.org)" -- -y
|
||||
;;
|
||||
Elixir)
|
||||
mise use --global erlang@latest
|
||||
mise use --global elixir@latest
|
||||
|
||||
Reference in New Issue
Block a user