Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'migrate-dpp'
Browse files Browse the repository at this point in the history
  • Loading branch information
yasunori0418 committed Jan 6, 2024
2 parents da50c8b + 1ada0c1 commit c3c3519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ services:
target: /root/Public
- type: bind
source: ./Project
target: /root/Project
target: /root/src/Project

0 comments on commit c3c3519

Please sign in to comment.