#!/bin/bash
echo "Installing Cursor Agent via PowerShell..."
powershell.exe -ExecutionPolicy Bypass -Command "irm 'https://cursor.com/install?win32=true' | iex"