diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index eddfe50f..ea52e97a 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -1,7 +1,7 @@ #!/bin/bash if [[ -z "$1" ]]; then - echo "Usage: omarchy-instal-dev-env " >&2 + echo "Usage: omarchy-instal-dev-env " >&2 exit 1 fi @@ -60,4 +60,8 @@ ocaml) eval "$(opam env)" opam install ocaml-lsp-server odoc ocamlformat utop --yes ;; +dotnet) + echo -e "Installing .NET...\n" + mise use --global dotnet@latest + ;; esac