nvim-devcontainer-cli icon indicating copy to clipboard operation
nvim-devcontainer-cli copied to clipboard

Make dotfiles options more like VSCode

Open erichlf opened this issue 1 year ago • 1 comments

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.

erichlf avatar Apr 08 '24 20:04 erichlf

yeah I agree to have this consistency as well!

arnaupv avatar Apr 12 '24 09:04 arnaupv