arnaupv / nvim-devcontainer-cli

MIT License
62 stars 0 forks source link

Add options for dotfiles branch and location, and fix username #24

Closed erichlf closed 2 months ago

erichlf commented 2 months ago

This change adds a few new options like nvim_dotfiles_branch, nvim_dotfiles_director, and setup_environment_directory. Additionally, the username is no-longer assumed at any point and it is obtained from the devcontainer.

Fixes: #21 and #22

erichlf commented 2 months ago

I tested this, but hopefully you did too.

arnaupv commented 2 months ago

Yeah I did and it worked well on my side as well :)