nvim-devcontainer-cli
nvim-devcontainer-cli copied to clipboard
Make dotfiles options more like VSCode
I think it would be beneficial to have the dotfiles options setup more like VSCode, i.e.
"dotfiles.repository": "<your dotfiles repo>",
"dotfiles.targetPath": "<path to dotfiles>",
"dotfiles.installCommand": "<command to install dotfiles>",
The major confusing part to me is that the dotfiles directory is hardcoded to be /home/${REMOTE_USER}/nvim_dotfiles and doesn't allow for enough flexibility for some users.
yeah I agree to have this consistency as well!