This repository contains dotfiles specifically used in devcontainers.
Things you'll find in this dotfiles (for now):
Add the following to your VS Code's settings.json
.
{
"remote.containers.dotfiles.repository": "https://github.com/JorgenKrieger/dotfiles-for-devcontainers.git",
"remote.containers.dotfiles.installCommand": "~/dotfiles/install.sh",
"remote.containers.dotfiles.targetPath": "~/dotfiles",
}
Dotfiles are installed while creating the container. Any devcontainer project already build needs to be rebuild. To rebuild the container open the command palette (⌘ cmd + ⇧ shift + P) and search for Remote-containers: Rebuild and Reopen in Container.