sublimetext2 - Making Sublime Text 2 portable on OSX -
i'd able run sublime mounted drive, not in local users /library settings, instead have them on mounted drive too. there way remap settings folder or make sublime portable in manner.
you can symbolic link in user's ~/library/application support directory. first, copy ~/library/application support/sublime text 2 folder mounted drive (for example, /volumes/mydrive/settings/sublime text 2). then, run following commands terminal.app or favorite replacement (the $ command prompt, don't type it):
$ cd /users/username/library/application\ support $ rm -rf sublime\ text\ 2 $ ln -s /volumes/mydrive/settings/sublime\ text\ 2 sublime\ text\ 2 and should set. first command changes right directory (obviously, replace username user name...), second deletes original folder (make sure you've copied before run this!), , third creates symbolic link new folder old 1 before.
this should work type of mounted drive, including usb sticks, network shares, , external hard drives, dropbox, google drive, , similar services.
Comments
Post a Comment