diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-20 00:06:48 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-20 00:06:48 +0100 |
| commit | 568668994b51fc92c2fbc5c2fcf0ff1ef24aa791 (patch) | |
| tree | 76562ae8379f8db75bc06821367436d563e723e8 /files-config.txt | |
Initial commit: Structure du projet de synchronisation de fichiers de configuration
Diffstat (limited to 'files-config.txt')
| -rw-r--r-- | files-config.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files-config.txt b/files-config.txt new file mode 100644 index 0000000..a1c80cf --- /dev/null +++ b/files-config.txt @@ -0,0 +1,8 @@ +# Format: {système}|{chemin} +# Système: windows ou wsl +# Chemin: supporte les variables d'environnement Windows (%VAR%) et expansion WSL (~) +# +# Exemples: +# windows|%USERPROFILE%\.vimrc +# wsl|~/.bashrc + |
