summaryrefslogtreecommitdiff
path: root/path-mapping.json
diff options
context:
space:
mode:
authorertopogo <erwin.t.pombett@gmail.com>2025-11-26 04:02:41 +0100
committerertopogo <erwin.t.pombett@gmail.com>2025-11-26 04:02:41 +0100
commitfb7b2389c33bef903f236f4dd0c0b98dfc0bbbe8 (patch)
treeaa61a9026da508e865ab19b38677be523c961891 /path-mapping.json
parent0f1ba5af1684cfc64b3ff5374ef95c70df1caac0 (diff)
Feat: Ajout de la configuration Tridactyl (Native Messenger + .tridactylrc) et scripts de maintenance
Diffstat (limited to 'path-mapping.json')
-rw-r--r--path-mapping.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/path-mapping.json b/path-mapping.json
index 8b77a8f..d34b89d 100644
--- a/path-mapping.json
+++ b/path-mapping.json
@@ -1,7 +1,9 @@
{
"windows": {
"%APPDATA%\\Cursor\\User\\settings.json": "configs\\windows\\var_APPDATA_Cursor_User_settings.json",
- "%USERPROFILE%\\_vimrc": "configs\\windows\\var_USERPROFILE__vimrc"
+ "%USERPROFILE%\\_vimrc": "configs\\windows\\var_USERPROFILE__vimrc",
+ "%APPDATA%\\Mozilla\\NativeMessagingHosts\\tridactyl.json": "configs\\windows\\var_APPDATA_Mozilla_NativeMessagingHosts_tridactyl.json",
+ "%USERPROFILE%\\.tridactylrc": "configs\\windows\\var_USERPROFILE_.tridactylrc"
},
"wsl": {
"~/.bashrc": "configs\\wsl\\home_.bashrc",