Skip to content

Commit

Permalink
Add via repos to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Nov 1, 2024
1 parent 0776a12 commit 9d984ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ git submodule update --init --recursive
[ -d /workspaces/qmk_firmware ] || git clone https://github.com/plodah/qmk_firmware.git -b mybuilds-2024-09 /workspaces/qmk_firmware
git config --global --add safe.directory /workspaces/qmk_firmware

[ -d /workspaces/via_userspace ] || git clone https://github.com/the-via/qmk_userspace_via.git -b main /workspaces/via-userspace
git config --global --add safe.directory /workspaces/via-userspace

[ -d /workspaces/via_userspace ] || git clone https://github.com/the-via/keyboards.git -b master /workspaces/via-keyboards
git config --global --add safe.directory /workspaces/via-keyboards

qmk config user.qmk_home=/workspaces/qmk_firmware
qmk config user.overlay_dir="$userspacePath"

Expand Down

0 comments on commit 9d984ae

Please sign in to comment.