Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

JorgenKrieger/dotfiles-for-devcontainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles for devcontainers

This repository contains dotfiles specifically used in devcontainers.

Things you'll find in this dotfiles (for now):

Getting started

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",
}

Not working as expected?

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages