cli icon indicating copy to clipboard operation
cli copied to clipboard

Provide example for how to use dotfiles with the cli

Open leighmcculloch opened this issue 10 months ago • 1 comments

It's unclear from the CLIs help, and the documentation and examples in the repo how to use the cli to have dotfiles installed in devcontainers. It'd be helpful if there was an example for how to do that documented since it's a common feature use.

leighmcculloch avatar Mar 19 '25 05:03 leighmcculloch

devcontainer up \
    --dotfiles-repository https://github.com/ai/environment.git \
    --dotfiles-install-command devcontainer/install-dotfiles \
    ./

ai avatar Jun 24 '25 15:06 ai