23 lines
760 B
Markdown
23 lines
760 B
Markdown
|
st3-config
|
||
|
==========
|
||
|
|
||
|
Settings sync repo for my ST3
|
||
|
|
||
|
# Setting up sublime3 to use it
|
||
|
|
||
|
1. Install Package Manager for sublime, here's how: https://packagecontrol.io/installation
|
||
|
2. quit Sublime
|
||
|
3. cd into your sublime application directory (the exact path depends on the OS you use, find it out for yourself)
|
||
|
4. `git init`
|
||
|
5. `git remote add origin http://github.com/karolyi/st3-config`
|
||
|
6. `git pull origin master`
|
||
|
7. `git pull`
|
||
|
8. `git checkout -f master`
|
||
|
9. Restart Sublime, and let Package Manager install the packages for your newly installed configuration
|
||
|
10. ???
|
||
|
11. Profit!
|
||
|
|
||
|
This sublime setting uses the 'Jetbrains Mono' font with ligatures. You might
|
||
|
want to change it or download the font for yourselves from here:
|
||
|
https://www.jetbrains.com/lp/mono/
|