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
| # ===================================================================== | |
| # Setup Claude Code memory sync on Windows PC TURNE | |
| # ===================================================================== | |
| # A LANCER UNE SEULE FOIS sur le PC, depuis PowerShell : | |
| # 1. Copier ce fichier sur le PC (Desktop par exemple) | |
| # 2. Ouvrir PowerShell (pas obligatoirement admin) | |
| # 3. cd au dossier ou` tu as copie' le script | |
| # 4. Set-ExecutionPolicy -Scope Process Bypass -Force (1 fois par session PS) | |
| # 5. .\setup-memory-sync-PC.ps1 | |
| # |