summaryrefslogtreecommitdiff
path: root/path-mapping.json
blob: 8b77a8f03ab638dbb964f7eff596c3814c27fb7f (plain)
1
2
3
4
5
6
7
8
9
10
{
    "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"
            }
}