Windows ve macOS terminal kurulumu

CodeFast Cursor Connect

Aktivasyon kodunu terminale girerek Cursor oturumunu bu cihazda hazirlarsin. Script Cursor kapali degilse kapatir, mevcut veritabanini yedekler, hesabi yazar ve kodu yalnizca yerel islem basarili olduktan sonra kullanildi sayar.

Exe yokWindows ve macOS islemleri terminal uzerinden tamamlanir.
YedekliCursor state.vscdb dosyasi yazmadan once yedeklenir.
Tek kodAktivasyon kodu yazma islemi basarili olduktan sonra kapanir.
Windows PowerShell
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://cursor.codefast.app/install.ps1 | iex"
macOS Terminal
bash -c "$(curl -fsSL https://cursor.codefast.app/install.sh)"
Windows yedekleri listele
powershell -NoProfile -ExecutionPolicy Bypass -Command "$env:CODEFAST_CURSOR_ACTION='backups'; irm https://cursor.codefast.app/install.ps1 | iex"
Windows ilk yedege don
powershell -NoProfile -ExecutionPolicy Bypass -Command "$env:CODEFAST_CURSOR_ACTION='restore-first'; irm https://cursor.codefast.app/install.ps1 | iex"
macOS yedekleri listele
CODEFAST_CURSOR_ACTION=backups bash -c "$(curl -fsSL https://cursor.codefast.app/install.sh)"
macOS ilk yedege don
CODEFAST_CURSOR_ACTION=restore-first bash -c "$(curl -fsSL https://cursor.codefast.app/install.sh)"