Sublime Forum

Backup config and installed packages to new installation

#1

Hello,

I have my install on my work computer configured exactly how I want it. How do I transfer everything over to an install on another computer, without having to reconfigure everything?

0 Likes

#2

If you aren’t already, I’d recommend using Package Control to install your plugins. At that point, you would really just need to move the Packages/User folder to the new machine. You can read more about package syncing here. The other configurations in Packages/User are configurations you’ve defined (key mappings, plugin settings, etc). The installed plugins will be pulled in by package control.

2 Likes

#3

Use git and git submodules similar to how you might manage your dotfiles. See https://github.com/gerardroche/sublimefiles.

0 Likes