With VIM, I had vimfiles+.vimrc; For emacs, .emacs.d+.emacs, etc. Since everything is basically in one folder for sublime, I'm not sure how to go about approaching using it in both Windows and Linux.
For Emacs and then VIM, I had a git repo that I just cloned, and everything worked from there. I don't want to modify the plugins that come by default (I'm aware I can update them from pristine), but I also don't need to keep the whole tree in a repo, since each release will potentially update them (if I modified my local copy, then I'd want them in a repo).
I suppose I could create a plugin that'd watch a folder, then update files bi-directionally, but that seems overkill. However, it'd be better than what I am currently doing.
Right now (and yes