feat: add WSL2 1Password SSH Agent bridge setup and update README with instructions
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 25s
Nix Format Check / check-format (push) Failing after 1m27s
Python Lint Check / check-python (push) Failing after 21s

This commit is contained in:
2025-07-16 01:40:38 +02:00
parent c8024b36b4
commit 7dba151053
5 changed files with 88 additions and 1 deletions

View File

@@ -16,6 +16,11 @@ if [ -f /etc/os-release ]; then
fi
fi
# For microsoft-standard-WSL2 in uname -a
if [[ "$(uname -a)" == *"microsoft-standard-WSL2"* ]]; then
source $HOME/.agent-bridge.sh
fi
# Docker Compose Alias (Mostly for old shell scripts)
alias docker-compose='docker compose'