arnaupv / nvim-devcontainer-cli

MIT License
62 stars 0 forks source link

Make dotfiles options more like VSCode #23

Open erichlf opened 2 months ago

erichlf commented 2 months ago

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.

arnaupv commented 2 months ago

yeah I agree to have this consistency as well!