mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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:
@@ -57,6 +57,9 @@ java)
|
|||||||
echo -e "Installing Java...\n"
|
echo -e "Installing Java...\n"
|
||||||
mise use --global java@latest
|
mise use --global java@latest
|
||||||
;;
|
;;
|
||||||
|
zig)
|
||||||
|
echo -e "Installing Zig...\n"
|
||||||
|
mise use --global zig@latest
|
||||||
ocaml)
|
ocaml)
|
||||||
echo -e "Installing OCaml...\n"
|
echo -e "Installing OCaml...\n"
|
||||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user