🥲Sync sublime text packages & user settings across devices
https://utkarsh9891.github.io/PackageSync/
Last updated
https://utkarsh9891.github.io/PackageSync/
Last updated
Cai dat 2 plugin nay nho cai dat dang bo den thu muc nay
C:\Users\Administrator\AppData\Roaming\Sublime Text\Packages
Make sure to copy your personal access token now as you will not be able to see this again.
Hoặc đồng bộ theo list C:\Users\Administrator\SublimePackagesList.txt
Cai dat dong bo moi nhat 4/11/2024
https://gist.github.com/phamngoctuong/5ea77c0ee15712ce7c7647028b00b2e0
Despite DropBox, you can simply use Git to sync Sublime Text settings and Package Control Packages:
Create a repository (e.g. on GitHub)
Create a gitignore file with the following content:
Set up the created repository in the user directory (Windows 10: ~/AppData/Roaming/Sublime\ Text\ 3/Packages/User
, Ubuntu: ~/.config/sublime-text-3/Packages/User
) of the first computer with the following Git commands:
Set up the repository on all other computers (the last line overwrites the current settings with those from the repository):
Now you just have to pull/push changes from the repository to have your settings and packages synchronized. In addition you can sync the settings with the Git Package for Sublime Text. Here you don’t have to switch to a Git Shell to pull or push the changes but you can do it right in Sublime Text.
See this article on Medium for further information.