mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
254d657147
* sublime text 3 * renamed variable * sublime text 3 * Update default.config.yml * PR #110: Update Sublime Text automation so it's a little simpler to configure. * A couple cosmetic touchups. * Add Sublime Markdown configuration and fix Package Control install. * Add a few more Sublime preference files to make the editor work like I like it. * More Sublime Text automation. * Saner default for those who don't use Sublime. * Add remaining tweaks to get Playbook idempotent with Sublime Text. Co-authored-by: dspolleke <dspolleke@gmail.com>
13 lines
229 B
Django/Jinja
Executable file
13 lines
229 B
Django/Jinja
Executable file
{
|
|
"auto_upgrade_last_run": null,
|
|
"bootstrapped": true,
|
|
"in_process_packages":
|
|
[
|
|
],
|
|
"installed_packages":
|
|
[
|
|
{% for package in sublime_package_control %}
|
|
"{{ package }}"{% if not loop.last %},{% endif %}
|
|
{% endfor %}
|
|
],
|
|
}
|