-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[sublime] Track Sublime Text preferences #2
Comments
We should make sure to capture this from the old laptop, and then merge that with setup on the new laptop + test if dotfiles auto setup is working as expected. Looking at https://github.com/0xdevalias/dotfiles/blob/devalias/sublimetext/install.sh we're linking/tracking
Based on this, I think we would want to at the very least capture {
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Pretty JSON"
]
} Could it be worth making this entire folder a symlink into our dotfiles directory, then using How do related issues such as #1 fit in with this? Is there anything worth saving from my (7+ years) old settings? Other thoughts/questions:
|
This was implemented in:
Some other interesting commits around the same time were: |
https://packagecontrol.io/docs/syncing
|
The text was updated successfully, but these errors were encountered: