I have sublime text 2 (st2) on 2 PC, but one of them is 32bit and the other is 64bit. My plan is to create a folder with st2 32bit and st2 64bit and then making the "data" folder shared between the 2 versions of st2. So the 32bit version "data" folder will be a symlink to the "data" folder from the 64bit version. So the folder will be:
- Git repo root
- Sublime text 2 32bit
- data (symlink to Sublime text 2 64bit/data)
- Sublime text 2 64bit
- data
After that I would like to make it a git repo, the problem here is that symlinks doesn't work well with git?
Do you have a better plan/solution?
Why I do that?
- I want to have the same config everywhere I go;
- Is good to have source version control when something gets messed up in st2;
Thanks for your time