summaryrefslogtreecommitdiff
path: root/path-mapping.json
blob: 24fe977e9e5e4e54bc1c85cdd6e3728c7df82b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "windows":  {
                    "%APPDATA%\\Cursor\\User\\settings.json":  "configs\\windows\\var_APPDATA_Cursor_User_settings.json",
                    "%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",
                "~/.screenrc":  "configs\\wsl\\home_.screenrc"
            }
}