Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-27 | Setup locales so make mnuconfig works properly inside the dev container ; ↵ | KemoNine | |
add nano to the dev container so git has a valid editor in case users use git directly within the container | |||
2020-11-16 | zmk-config mounting based on docker volume | Chiyuan Zhang | |
2020-10-12 | Behave properly in GH Codespaces | Idan Gazit | |
2020-10-09 | Inject $WORKSPACE_DIR into container | Idan Gazit | |
This permits users to check ZMK out into arbitrarily-named directories | |||
2020-10-09 | Conditionally source zephyr-env.sh in .bashrc | Idan Gazit | |
2020-10-09 | Accept suggestions | Idan Gazit | |
Co-authored-by: Pete Johanson <peter@peterjohanson.com> | |||
2020-10-09 | Use spaces, not tabs | Idan Gazit | |
2020-10-09 | Install SSH and GPG into container | Idan Gazit | |
Brings back the dockerfile so we can install SSH and GPG into it. This fixes git actions with SSH remotes, and GPG signing now works out of the box. This commit was made from inside the container! | |||
2020-10-09 | Remove Dockerfile in favor of image | Idan Gazit | |
Per the docs, we can directly specify an image in devcontainer.json: https://code.visualstudio.com/docs/remote/devcontainerjson-reference | |||
2020-10-09 | Add VSCode devcontainer configuration | Idan Gazit | |