nomicode / dotfiles-old

A dotfiles repository designed for making personal customizations to VS Code devcontainers and GitHub Codespaces
MIT License
0 stars 0 forks source link

build: add basic devcontainer setup #4

Closed nomicode closed 2 years ago

nomicode commented 2 years ago

This change also adds a post-start.sh script to remove ACLs on files in the workspace mount so that the default system umask is respected.

This change is important because the primary purpose of this project is to copy files to the user's home directory, and the ownership and permissions should match the rest of the system.

nomicode commented 2 years ago

I got confused when creating this pull request and thought I was still working on:

After realizing my mistake, I created a new pull request: