-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
ContainerizationIssue relates with dev or production containerIssue relates with dev or production containerDevcontainerFixing or updating a feature in development containerFixing or updating a feature in development containerIDE configRelates to the VS Code configurationRelates to the VS Code configurationTerminal configRelates to terminal configurationRelates to terminal configuration
Milestone
Description
Description
So while using the dev container, I want to be able to use my preferences in terms of Terminal setup so it doesn't feel like I'm moving backwards when using the the remote container on my local machine. So, the kickoff template should allow users to bring their own configurations (ex: .zshrc along with their themes) without feeling limited by the tooling. This should improve the developer experience and consistency with local environments.
Tasks
- Detect the user configuration from their local environment (are they using .zshrcfor instance).
- Copy the user's configuration in the host's directory in the devcontainer's home directory.
- Set the container's default shell based on the user's preference.
- Ensure the custom configurations load correctly within the dev container's terminal.
- Extend the pre-built container for supporting ZSH configuration.
Metadata
Metadata
Assignees
Labels
ContainerizationIssue relates with dev or production containerIssue relates with dev or production containerDevcontainerFixing or updating a feature in development containerFixing or updating a feature in development containerIDE configRelates to the VS Code configurationRelates to the VS Code configurationTerminal configRelates to terminal configurationRelates to terminal configuration