function va --description "Smart Recursive Virtual Environment Activator"
# ==============================================================================
# va (Virtual Activator)
# ==============================================================================
# A smart tool to find and activate Python virtual environments.
#
# SEARCH LOGIC:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Installs Karabiner DriverKit, Kanata, sets up LaunchDaemons securely, | |
| # and installs the 'kanata-refresh' helper for Fish shell. | |
| set -euo pipefail | |
| # Color variables | |
| MAGENTA='\033[35m' | |
| RED='\033[31m' | |
| GREEN='\033[32m' |