Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TheSpark
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patricio Bruna
TheSpark
Commits
c599a2fd
Commit
c599a2fd
authored
May 04, 2018
by
Patricio Bruna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sublime fixed
parent
170dd75c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
122 additions
and
101 deletions
+122
-101
localhost.yml
localhost.yml
+28
-28
main.yml
roles/sublime-text/defaults/main.yml
+68
-67
Package_Control.sublime-settings.j2
...ublime-text/templates/Package_Control.sublime-settings.j2
+19
-0
Preferences.sublime-settings.j2
roles/sublime-text/templates/Preferences.sublime-settings.j2
+6
-6
SublimeLinter.sublime-settings.j2
.../sublime-text/templates/SublimeLinter.sublime-settings.j2
+1
-0
No files found.
localhost.yml
View file @
c599a2fd
...
@@ -115,40 +115,40 @@
...
@@ -115,40 +115,40 @@
-
insomnia
-
insomnia
-
sqlectron
-
sqlectron
tasks
:
#
tasks:
-
name
:
Make $HOME/bin/ directory
#
- name: Make $HOME/bin/ directory
file
:
#
file:
path
:
"
{{
ansible_env.HOME
}}"
#
path: "{{ ansible_env.HOME }}"
state
:
directory
#
state: directory
-
name
:
Agrega repos para homebrew
#
- name: Agrega repos para homebrew
homebrew_tap
:
tap={{ item }} state=present
#
homebrew_tap: tap={{ item }} state=present
items
:
"
{{homebrew_taps}}"
#
items: "{{homebrew_taps}}"
-
name
:
Instala java
#
- name: Instala java
homebrew_cask
:
name=java state=present
#
homebrew_cask: name=java state=present
-
name
:
install cask packages
#
- name: install cask packages
homebrew_cask
:
name="{{ item }}" state=present
#
homebrew_cask: name="{{ item }}" state=present
items
:
"
{{homebrew_cask_packages}}"
#
items: "{{homebrew_cask_packages}}"
-
name
:
Instala paquetes de homebrew
#
- name: Instala paquetes de homebrew
homebrew
:
name="{{ item }}" state=present
#
homebrew: name="{{ item }}" state=present
items
:
"
{{
hombrew_packages
}}"
#
items: "{{ hombrew_packages }}"
-
name
:
instala paquetes npm globales
#
- name: instala paquetes npm globales
npm
:
#
npm:
name
:
"
{{item}}"
#
name: "{{item}}"
global
:
yes
#
global: yes
state
:
present
#
state: present
items
:
#
items:
-
react-native-cli
#
- react-native-cli
-
eslint
#
- eslint
-
jshint
#
- jshint
-
pure-prompt
#
- pure-prompt
-
name
:
Sobre escribe cliente docker de docker-machine
#
- name: Sobre escribe cliente docker de docker-machine
command
:
"
brew
link
--overwrite
docker"
#
command: "brew link --overwrite docker"
roles
:
roles
:
-
role
:
sublime-text
-
role
:
sublime-text
...
...
roles/sublime-text/defaults/main.yml
View file @
c599a2fd
...
@@ -14,7 +14,8 @@ theme:
...
@@ -14,7 +14,8 @@ theme:
ui_separator
:
"
true"
ui_separator
:
"
true"
linter
:
linter
:
gutter_theme
:
ProjectIcons
gutter_theme
:
Default
mode
:
"
load_save"
paths
:
paths
:
linux
:
linux
:
osx
:
osx
:
...
@@ -22,73 +23,73 @@ linter:
...
@@ -22,73 +23,73 @@ linter:
-
'
"/usr/local/bin/"'
-
'
"/usr/local/bin/"'
windows
:
windows
:
syntax_map
:
syntax_map
:
-
html (django)
:
html
-
"
html
(django)"
:
"
html"
-
html (rails)
:
html
-
"
html
(rails)"
:
"
html"
-
html 5
:
html
-
"
html
5"
:
"
html"
-
javascript (babel)
:
javascript
-
"
javascript
(babel)"
:
"
javascript"
-
magicpython
:
python
-
"
magicpython"
:
"
python"
-
php
:
html
-
"
php"
:
"
html"
-
python django
:
python
-
"
python
django"
:
"
python"
-
pythonimproved
:
python
-
"
pythonimproved"
:
"
python"
-
ruby
:
ruby
-
"
ruby"
:
"
ruby"
-
Ruby on Rails
:
ruby
-
"
Ruby
on
Rails"
:
"
ruby"
-
ansible
:
ansible
-
"
ansible/ansible"
:
"
ansilble"
package_control
:
package_control
:
bootstrapped
:
"
true"
bootstrapped
:
"
true"
packages
:
packages
:
-
"
A
File
Icon"
-
"
A
File
Icon"
-
"
Alignment"
-
"
Alignment"
-
"
All
Autocomplete"
-
"
All
Autocomplete"
-
"
Ansible"
-
"
Ansible"
-
"
AnsibleSnippets"
-
"
AnsibleSnippets"
-
"
ayu"
-
"
ayu"
-
"
Babel"
-
"
Babel"
-
"
BeautifyRuby"
-
"
BeautifyRuby"
-
"
Compare
Side-By-Side"
-
"
Compare
Side-By-Side"
-
"
DashDoc"
-
"
DashDoc"
-
"
Diffy"
-
"
Diffy"
-
"
DocBlockr"
-
"
DocBlockr"
-
"
Dockerfile
Syntax
Highlighting"
-
"
Dockerfile
Syntax
Highlighting"
-
"
EditorConfig"
-
"
EditorConfig"
-
"
Emmet"
-
"
Emmet"
-
"
ERB
Autocomplete"
-
"
ERB
Autocomplete"
-
"
ERB
Snippets"
-
"
ERB
Snippets"
-
"
ESLint"
-
"
ESLint"
-
"
Format
JSDoc
@params"
-
"
Format
JSDoc
@params"
-
"
Git"
-
"
Git"
-
"
GitGutter"
-
"
GitGutter"
-
"
GitlabIntegrate"
-
"
GitlabIntegrate"
-
"
Glue"
-
"
Glue"
-
"
Indent
XML"
-
"
Indent
XML"
-
"
INI"
-
"
INI"
-
"
JavaScript
Completions"
-
"
JavaScript
Completions"
-
"
JavaScriptNext
-
ES6
Syntax"
-
"
JavaScriptNext
-
ES6
Syntax"
-
"
Jest"
-
"
Jest"
-
"
Jinja2"
-
"
Jinja2"
-
"
JsFormat"
-
"
JsFormat"
-
"
JSX"
-
"
JSX"
-
"
Mocha
Snippets"
-
"
Mocha
Snippets"
-
"
nginx"
-
"
nginx"
-
"
Package
Control"
-
"
Package
Control"
-
"
PlainTasks"
-
"
PlainTasks"
-
"
Pretty
JSON"
-
"
Pretty
JSON"
-
"
Pretty
Ruby"
-
"
Pretty
Ruby"
-
"
Project
Specific
Syntax
Settings"
-
"
Project
Specific
Syntax
Settings"
-
"
Ruby
Completions"
-
"
Ruby
Completions"
-
"
RubyTest"
-
"
RubyTest"
-
"
Rust
Enhanced"
-
"
Rust
Enhanced"
-
"
SideBarEnhancements"
-
"
SideBarEnhancements"
-
"
SublimeCodeIntel"
-
"
SublimeCodeIntel"
-
"
SublimeLinter"
-
"
SublimeLinter"
-
"
SublimeLinter-contrib-ansible-lint"
-
"
SublimeLinter-contrib-ansible-lint"
-
"
SublimeLinter-contrib-nginx-lint"
-
"
SublimeLinter-contrib-nginx-lint"
-
"
SublimeLinter-contrib-ruby-lint"
-
"
SublimeLinter-contrib-ruby-lint"
-
"
SublimeLinter-eslint"
-
"
SublimeLinter-eslint"
-
"
SublimeLinter-jshint"
-
"
SublimeLinter-jshint"
-
"
SublimeLinter-rubocop"
-
"
SublimeLinter-rubocop"
-
"
SublimeLinter-ruby"
-
"
SublimeLinter-ruby"
-
"
Swift"
-
"
Swift"
-
"
tern_for_sublime"
-
"
tern_for_sublime"
-
"
Varnish
VCL"
-
"
Varnish
VCL"
-
"
yardgen"
-
"
yardgen"
roles/sublime-text/templates/Package_Control.sublime-settings.j2
View file @
c599a2fd
{
{
"bootstrapped": {{ package_control.bootstrapped }},
"bootstrapped": {{ package_control.bootstrapped }},
"downloader_precedence":
{
"linux":
[
"urllib",
"curl",
"wget"
],
"osx":
[
"wget",
"curl",
"urllib"
],
"windows":
[
"wininet"
]
},
"in_process_packages":
"in_process_packages":
[
[
],
],
...
...
roles/sublime-text/templates/Preferences.sublime-settings.j2
View file @
c599a2fd
...
@@ -4,11 +4,11 @@
...
@@ -4,11 +4,11 @@
"=",
"=",
":"
":"
],
],
"auto_complete": {{ settings.auto_complete | default(
false
) }},
"auto_complete": {{ settings.auto_complete | default(
"false"
) }},
"auto_complete_commit_on_tab": true,
"auto_complete_commit_on_tab": true,
"color_scheme": "{{ settings.color_scheme }}",
"color_scheme": "{{ settings.color_scheme }}",
"ensure_newline_at_eof_on_save": true,
"ensure_newline_at_eof_on_save": true,
"highlight_line": {{ settings.highlight_line | default(
true
) }},
"highlight_line": {{ settings.highlight_line | default(
"true"
) }},
"highlight_modified_tabs": true,
"highlight_modified_tabs": true,
"ignored_packages":
"ignored_packages":
[
[
...
@@ -20,14 +20,14 @@
...
@@ -20,14 +20,14 @@
90,
90,
130
130
],
],
"show_minimap": {{ settings.show_minimap | default(
false
) }},
"show_minimap": {{ settings.show_minimap | default(
"false"
) }},
"theme":
{{ theme.name }}
,
"theme":
"{{ theme.name }}"
,
"translate_tabs_to_spaces": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"trim_trailing_white_space_on_save": true,
"ui_font_roboto_mono": {{ theme.ui_font_roboto_mono }},
"ui_font_roboto_mono": {{ theme.ui_font_roboto_mono }},
"ui_font_size_small": {{ theme.ui_font_size_small }},
"ui_font_size_small": {{ theme.ui_font_size_small }},
"ui_font_source_code_pro": true,
"ui_font_source_code_pro": true,
"ui_native_titlebar": {{
ui_native_titlebar | default(true
) }},
"ui_native_titlebar": {{
theme.ui_native_titlebar | default("true"
) }},
"ui_separator": {{ ui_native_titlebar | default(
true
) }},
"ui_separator": {{ ui_native_titlebar | default(
"true"
) }},
"ui_wide_scrollbars": false
"ui_wide_scrollbars": false
}
}
roles/sublime-text/templates/SublimeLinter.sublime-settings.j2
View file @
c599a2fd
// SublimeLinter Settings - User
// SublimeLinter Settings - User
{
{
"lint_mode": "{{ linter.mode }}",
"gutter_theme": "{{ linter.gutter_theme }}",
"gutter_theme": "{{ linter.gutter_theme }}",
"paths": {
"paths": {
"linux": [],
"linux": [],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment