Sublime Text 3 Settings
To recover your settings, look in the corresponding folder:
Windows:
1 2 3 |
C:\Users\*your-username*\AppData\Roaming\Sublime Text 3 |
Mac:
1 2 3 |
users/*your-username*/Library/Application Support/Sublime Text 3 |
Copy that folder to your external hard drive. Then next time you want to import your settings, simply copy the folder back, over-writing the pre-existing folder, which was created during installation.
My snippets
https://docs.google.com/file/d/0B9XTXpmY3-cCQ09ZN1NpOVhjVU0/edit?usp=sharing
My theme
https://docs.google.com/file/d/0B9XTXpmY3-cCOTJSWVJidEd5WWs/edit?usp=sharing
My settings
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{ "auto_complete_selector": "source, text", "auto_match_enabled": true, "color_scheme": "Packages/Color Scheme - Default/Vibrant Ink.tmtheme", "detect_slow_plugins": false, "dictionary": "Packages/Language - English/en_GB.dic", "font_size": 14.0, "ignored_packages": [ "Vintage" ], "tab_size": 4, "translate_tabs_to_spaces": false, "word_wrap": "true" } |
http://colorsublime.com/how-to-install-a-theme