diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-20 00:19:33 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-20 00:19:33 +0100 |
| commit | 1fda560db3a0268d5c8bb39f915c597e7d430128 (patch) | |
| tree | 6cf910f8abb218c78fde0542bde70298e570d6a2 /path-mapping.json | |
| parent | 568668994b51fc92c2fbc5c2fcf0ff1ef24aa791 (diff) | |
Ajout des fichiers de configuration et correction du script de synchronisation
Diffstat (limited to 'path-mapping.json')
| -rw-r--r-- | path-mapping.json | 12 |
1 files changed, 8 insertions, 4 deletions
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" + } } - |
