TL;DR Sublime Setup Instructions

This is the simple and not too wordy guide for how I set up my Sublime editor. It heavily relies on this guide, but just focuses on the nitty gritty of what it takes to get up to speed writing code.

1. Download Sublime: http://www.sublimetext.com/3
2. Press CTRL and ~
3. Copy and paste the code found here: https://packagecontrol.io/installation
4. Press CTRL and SHIFT and P
5. Type install
6. Type javascript next
7. Press CTRL and SHIFT and P
8. Type install
9. Type CSS3
10. Press CTRL and SHIFT and P
11. Type install
12. Type SCSS
13. Press CTRL and SHIFT and P
14. Type install
15. Type color highlighter
16. Press CTRL and SHIFT and P
17. Type install
18. Type Emmet
16. Press CTRL and SHIFT and P
17. Type install
18. Type Babel
19. Click View > Syntax > Open all with current extensions > Babel > JavaScript
20. Press CTRL and SHIFT and P
21. Type install
22. Type sublimelinter-
23. Press CTRL and SHIFT and P
24. Type install
25. Type Seti UI
26. Click Preferences > Settings – User
27. Add these two lines of code to the config file:
“theme”: “Seti.sublime-theme”,
“color_scheme”: “Packages/Seti_UI/Scheme/Seti.tmTheme”,
28. Click View > Side Bar > Show Side Bar
29. Close and reopen Sublime
30. Code away!

Leave a Reply

Your email address will not be published. Required fields are marked *