diff options
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"
+ }
+}
|
