Update omarchy-install-dev-env with Zig (#595)
Added Zig because it uses "mise use" install so very easy to add-in My first ever commit woohoo! Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
parent
eb604e3e54
commit
1104951d7a
@ -57,6 +57,9 @@ java)
|
||||
echo -e "Installing Java...\n"
|
||||
mise use --global java@latest
|
||||
;;
|
||||
zig)
|
||||
echo -e "Installing Zig...\n"
|
||||
mise use --global zig@latest
|
||||
ocaml)
|
||||
echo -e "Installing OCaml...\n"
|
||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user