diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-20 00:37:40 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-20 00:37:40 +0100 |
| commit | 0f1ba5af1684cfc64b3ff5374ef95c70df1caac0 (patch) | |
| tree | 5b428d0333eb55c575e058215fa8fed5a5ca3352 /path-mapping.json | |
| parent | 622cb16f89c7a5dddaba5e96a11c0da63abde21a (diff) | |
Amélioration des scripts avec chemin Windows direct vers WSL et ajout du fichier Cursor
Diffstat (limited to 'path-mapping.json')
| -rw-r--r-- | path-mapping.json | 19 |
1 files changed, 10 insertions, 9 deletions
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"
+ }
+}
|
