From 1fda560db3a0268d5c8bb39f915c597e7d430128 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Thu, 20 Nov 2025 00:19:33 +0100 Subject: Ajout des fichiers de configuration et correction du script de synchronisation --- path-mapping.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'path-mapping.json') diff --git a/path-mapping.json b/path-mapping.json index 05c07d5..95e99ea 100644 --- a/path-mapping.json +++ b/path-mapping.json @@ -1,5 +1,9 @@ -{ - "windows": {}, - "wsl": {} +{ + "windows": { + "%USERPROFILE%\\_vimrc": "configs\\windows\\var_USERPROFILE__vimrc" + }, + "wsl": { + "~/.bashrc": "configs\\wsl\\home_.bashrc", + "~/.screenrc": "configs\\wsl\\home_.screenrc" + } } - -- cgit v1.2.3