From 0f1ba5af1684cfc64b3ff5374ef95c70df1caac0 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Thu, 20 Nov 2025 00:37:40 +0100 Subject: Amélioration des scripts avec chemin Windows direct vers WSL et ajout du fichier Cursor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- path-mapping.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'path-mapping.json') diff --git a/path-mapping.json b/path-mapping.json index 95e99ea..8b77a8f 100644 --- a/path-mapping.json +++ b/path-mapping.json @@ -1,9 +1,10 @@ -{ - "windows": { - "%USERPROFILE%\\_vimrc": "configs\\windows\\var_USERPROFILE__vimrc" - }, - "wsl": { - "~/.bashrc": "configs\\wsl\\home_.bashrc", - "~/.screenrc": "configs\\wsl\\home_.screenrc" - } -} +{ + "windows": { + "%APPDATA%\\Cursor\\User\\settings.json": "configs\\windows\\var_APPDATA_Cursor_User_settings.json", + "%USERPROFILE%\\_vimrc": "configs\\windows\\var_USERPROFILE__vimrc" + }, + "wsl": { + "~/.bashrc": "configs\\wsl\\home_.bashrc", + "~/.screenrc": "configs\\wsl\\home_.screenrc" + } +} -- cgit v1.2.3