perf: codespaces

This commit is contained in:
2025-12-23 22:22:20 +02:00
parent 7b5e4e12d2
commit ab936390dd
13 changed files with 37 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
# Configure git.
#
# Skip in Codespaces (pre-installed in universal image)
[[ "$DOTS_ENV" == "codespaces" ]] && { log_pass "Skipping in Codespaces"; git --version; return 0; }
if ! command -v git &> /dev/null; then
case "$DOTS_PKG" in
apt)