Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config backup path mappings to be config/... #154

Closed
alichtman opened this issue Oct 28, 2018 · 0 comments
Closed

Update config backup path mappings to be config/... #154

alichtman opened this issue Oct 28, 2018 · 0 comments
Labels

Comments

@alichtman
Copy link
Owner

All of these destination paths should be config/... for parity with the plist paths, and for clarity in the config. It should also reduce code complexity in the backup and reinstall files.

		"config_path_to_dest_map": {
			"Library/Application Support/Sublime Text 2/Packages/User/": "sublime_2",
			"Library/Application Support/Sublime Text 3/Packages/User/": "sublime_3",
			"Library/Preferences/IntelliJIdea2018.2/"                  : "intellijidea_2018.2",
			"Library/Preferences/PyCharm2018.2/"                       : "pycharm_2018.2",
			"Library/Preferences/CLion2018.2/"                         : "clion_2018.2",
			"Library/Preferences/PhpStorm2018.2"                       : "phpstorm_2018.2",
			".atom/"                                                   : "atom",
		},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant