diff --git a/Makefile b/Makefile index 73353a7..d0b60e7 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,7 @@ init: ## Initialize my favorite environment container. @docker compose exec -w /root/dotfiles did make init @sleep 3 -@docker compose exec -w /root/dotfiles did make nvim-night - @docker compose exec did zsh -c 'rtx install --yes' - @sleep 3 - -@docker compose exec did zsh -c 'nvim -c q!' + @docker compose exec did zsh -c 'mise install --yes' @make zsh clean: ## Remove all container information. diff --git a/compose.yaml b/compose.yaml index 19a52ed..098cd75 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,4 +13,4 @@ services: target: /root/Public - type: bind source: ./Project - target: /root/Project + target: /root/src/Project