#Sublime PS
The sublime_ps is a rubygem that injects specific settings on SublimeText preferences file.
See this preferences files: light.json and dark.json.
Install the ruby gem:
$ gem install sublime_ps
On ~/.sublime_ps
folder, create your preference JSON file based on SublimeText preferences file:
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 24,
}
Use the name presentation_livecoding.json
on this file.
So, run the command $ sublime_ps a presentation_livecoding
and see the changes on SublimeText preferences.
If you see the error message Sublime preferences file not find
on run sublime_ps. Change the sublime_preferences_path
on file informed on error message with the correct path.