We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These need to be easily customizable, so it makes sense to put them in the config file. Model this just like the dotfiles and dotfolders.
At the end of the day, the config should look like this.
{ "backup_path": "/Users/alichtman/Desktop/Development/projects/shallow-backup/test", "dotfiles": [ ".shallow-backup", ".bash_profile", ".zshrc", ".vimrc", ".pypirc", ".gitconfig", ".bashrc", ".profile" ], "dotfolders": [ ".vim/", ".ssh/" ], "gitignore": [ "dotfiles/.ssh", "packages/", "dotfiles/.pypirc" ], "config_mapping": { "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", }, "plist_mapping": { "Library/Preferences/com.apple.Terminal.plist": "plist/com.apple.Terminal.plist", }, }
Once this is done, backup_paths_temp.py should be removed from the refactoring branch.
backup_paths_temp.py
The text was updated successfully, but these errors were encountered:
1211b9f
No branches or pull requests
These need to be easily customizable, so it makes sense to put them in the config file. Model this just like the dotfiles and dotfolders.
At the end of the day, the config should look like this.
Once this is done,
backup_paths_temp.py
should be removed from the refactoring branch.The text was updated successfully, but these errors were encountered: