Add sublime files

This commit is contained in:
Oliver Davies 2016-11-03 00:06:27 +00:00
parent 0dd782fecb
commit de11975826
6 changed files with 120 additions and 1 deletions

View file

@ -0,0 +1,4 @@
[
{ "keys": ["ctrl+i"], "command": "insert_php_constructor_property" },
{ "keys": ["ctrl+u"], "command": "find_use" }
]

View file

@ -0,0 +1,8 @@
{
"extensions":
[
"install",
"module",
"inc"
]
}

View file

@ -0,0 +1,20 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AdvancedNewFile",
"Dockerfile Syntax Highlighting",
"EditorConfig",
"Emmet",
"Package Control",
"Phix Color Scheme",
"PHP Companion",
"Sass",
"Theme - Soda",
"Tomorrow Color Schemes",
"Twig"
]
}

View file

@ -0,0 +1,86 @@
{
"always_show_minimap_viewport": false,
"animation_enabled": false,
"color_scheme": "Packages/Phix Color Scheme/Phix Dark.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"extra_file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"extra_folder_exclude_patterns":
[
".svn",
".git",
".hg",
".idea",
"CVS"
],
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Fira Code",
"font_size": 13,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
],
"line_padding_bottom": 8,
"line_padding_top": 8,
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}

View file

@ -9,6 +9,7 @@
tasks:
- { include: tasks/sudoers.yml, tags: ['osx'] }
- { include: tasks/sublime.yml, tags: ['sublime'] }
roles:
- { role: geerlingguy.dotfiles, tags: ['dotfiles'] }

View file

@ -7,6 +7,6 @@ nodejs_forever: false
nodejs_npm_global_packages:
- name: yarn
sublime_path: "~/Library/Application Support/Sublime Text 2"
sublime_path: "~/Library/Application Support/Sublime Text 3"
configure_sudoers: yes