mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2025-02-16 12:38:28 +00:00
14 lines
229 B
Text
14 lines
229 B
Text
|
{
|
||
|
"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 %}
|
||
|
],
|
||
|
}
|