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 @@
-
insomnia
-
sqlectron
tasks
:
-
name
:
Make $HOME/bin/ directory
file
:
path
:
"
{{
ansible_env.HOME
}}"
state
:
directory
#
tasks:
#
- name: Make $HOME/bin/ directory
#
file:
#
path: "{{ ansible_env.HOME }}"
#
state: directory
-
name
:
Agrega repos para homebrew
homebrew_tap
:
tap={{ item }} state=present
items
:
"
{{homebrew_taps}}"
#
- name: Agrega repos para homebrew
#
homebrew_tap: tap={{ item }} state=present
#
items: "{{homebrew_taps}}"
-
name
:
Instala java
homebrew_cask
:
name=java state=present
#
- name: Instala java
#
homebrew_cask: name=java state=present
-
name
:
install cask packages
homebrew_cask
:
name="{{ item }}" state=present
items
:
"
{{homebrew_cask_packages}}"
#
- name: install cask packages
#
homebrew_cask: name="{{ item }}" state=present
#
items: "{{homebrew_cask_packages}}"
-
name
:
Instala paquetes de homebrew
homebrew
:
name="{{ item }}" state=present
items
:
"
{{
hombrew_packages
}}"
#
- name: Instala paquetes de homebrew
#
homebrew: name="{{ item }}" state=present
#
items: "{{ hombrew_packages }}"
-
name
:
instala paquetes npm globales
npm
:
name
:
"
{{item}}"
global
:
yes
state
:
present
items
:
-
react-native-cli
-
eslint
-
jshint
-
pure-prompt
#
- name: instala paquetes npm globales
#
npm:
#
name: "{{item}}"
#
global: yes
#
state: present
#
items:
#
- react-native-cli
#
- eslint
#
- jshint
#
- pure-prompt
-
name
:
Sobre escribe cliente docker de docker-machine
command
:
"
brew
link
--overwrite
docker"
#
- name: Sobre escribe cliente docker de docker-machine
#
command: "brew link --overwrite docker"
roles
:
-
role
:
sublime-text
...
...
roles/sublime-text/defaults/main.yml
View file @
c599a2fd
...
...
@@ -14,7 +14,8 @@ theme:
ui_separator
:
"
true"
linter
:
gutter_theme
:
ProjectIcons
gutter_theme
:
Default
mode
:
"
load_save"
paths
:
linux
:
osx
:
...
...
@@ -22,73 +23,73 @@ linter:
-
'
"/usr/local/bin/"'
windows
:
syntax_map
:
-
html (django)
:
html
-
html (rails)
:
html
-
html 5
:
html
-
javascript (babel)
:
javascript
-
magicpython
:
python
-
php
:
html
-
python django
:
python
-
pythonimproved
:
python
-
ruby
:
ruby
-
Ruby on Rails
:
ruby
-
ansible
:
ansible
-
"
html
(django)"
:
"
html"
-
"
html
(rails)"
:
"
html"
-
"
html
5"
:
"
html"
-
"
javascript
(babel)"
:
"
javascript"
-
"
magicpython"
:
"
python"
-
"
php"
:
"
html"
-
"
python
django"
:
"
python"
-
"
pythonimproved"
:
"
python"
-
"
ruby"
:
"
ruby"
-
"
Ruby
on
Rails"
:
"
ruby"
-
"
ansible/ansible"
:
"
ansilble"
package_control
:
bootstrapped
:
"
true"
packages
:
-
"
A
File
Icon"
-
"
Alignment"
-
"
All
Autocomplete"
-
"
Ansible"
-
"
AnsibleSnippets"
-
"
ayu"
-
"
Babel"
-
"
BeautifyRuby"
-
"
Compare
Side-By-Side"
-
"
DashDoc"
-
"
Diffy"
-
"
DocBlockr"
-
"
Dockerfile
Syntax
Highlighting"
-
"
EditorConfig"
-
"
Emmet"
-
"
ERB
Autocomplete"
-
"
ERB
Snippets"
-
"
ESLint"
-
"
Format
JSDoc
@params"
-
"
Git"
-
"
GitGutter"
-
"
GitlabIntegrate"
-
"
Glue"
-
"
Indent
XML"
-
"
INI"
-
"
JavaScript
Completions"
-
"
JavaScriptNext
-
ES6
Syntax"
-
"
Jest"
-
"
Jinja2"
-
"
JsFormat"
-
"
JSX"
-
"
Mocha
Snippets"
-
"
nginx"
-
"
Package
Control"
-
"
PlainTasks"
-
"
Pretty
JSON"
-
"
Pretty
Ruby"
-
"
Project
Specific
Syntax
Settings"
-
"
Ruby
Completions"
-
"
RubyTest"
-
"
Rust
Enhanced"
-
"
SideBarEnhancements"
-
"
SublimeCodeIntel"
-
"
SublimeLinter"
-
"
SublimeLinter-contrib-ansible-lint"
-
"
SublimeLinter-contrib-nginx-lint"
-
"
SublimeLinter-contrib-ruby-lint"
-
"
SublimeLinter-eslint"
-
"
SublimeLinter-jshint"
-
"
SublimeLinter-rubocop"
-
"
SublimeLinter-ruby"
-
"
Swift"
-
"
tern_for_sublime"
-
"
Varnish
VCL"
-
"
yardgen"
-
"
A
File
Icon"
-
"
Alignment"
-
"
All
Autocomplete"
-
"
Ansible"
-
"
AnsibleSnippets"
-
"
ayu"
-
"
Babel"
-
"
BeautifyRuby"
-
"
Compare
Side-By-Side"
-
"
DashDoc"
-
"
Diffy"
-
"
DocBlockr"
-
"
Dockerfile
Syntax
Highlighting"
-
"
EditorConfig"
-
"
Emmet"
-
"
ERB
Autocomplete"
-
"
ERB
Snippets"
-
"
ESLint"
-
"
Format
JSDoc
@params"
-
"
Git"
-
"
GitGutter"
-
"
GitlabIntegrate"
-
"
Glue"
-
"
Indent
XML"
-
"
INI"
-
"
JavaScript
Completions"
-
"
JavaScriptNext
-
ES6
Syntax"
-
"
Jest"
-
"
Jinja2"
-
"
JsFormat"
-
"
JSX"
-
"
Mocha
Snippets"
-
"
nginx"
-
"
Package
Control"
-
"
PlainTasks"
-
"
Pretty
JSON"
-
"
Pretty
Ruby"
-
"
Project
Specific
Syntax
Settings"
-
"
Ruby
Completions"
-
"
RubyTest"
-
"
Rust
Enhanced"
-
"
SideBarEnhancements"
-
"
SublimeCodeIntel"
-
"
SublimeLinter"
-
"
SublimeLinter-contrib-ansible-lint"
-
"
SublimeLinter-contrib-nginx-lint"
-
"
SublimeLinter-contrib-ruby-lint"
-
"
SublimeLinter-eslint"
-
"
SublimeLinter-jshint"
-
"
SublimeLinter-rubocop"
-
"
SublimeLinter-ruby"
-
"
Swift"
-
"
tern_for_sublime"
-
"
Varnish
VCL"
-
"
yardgen"
roles/sublime-text/templates/Package_Control.sublime-settings.j2
View file @
c599a2fd
{
"bootstrapped": {{ package_control.bootstrapped }},
"downloader_precedence":
{
"linux":
[
"urllib",
"curl",
"wget"
],
"osx":
[
"wget",
"curl",
"urllib"
],
"windows":
[
"wininet"
]
},
"in_process_packages":
[
],
...
...
roles/sublime-text/templates/Preferences.sublime-settings.j2
View file @
c599a2fd
...
...
@@ -4,11 +4,11 @@
"=",
":"
],
"auto_complete": {{ settings.auto_complete | default(
false
) }},
"auto_complete": {{ settings.auto_complete | default(
"false"
) }},
"auto_complete_commit_on_tab": true,
"color_scheme": "{{ settings.color_scheme }}",
"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,
"ignored_packages":
[
...
...
@@ -20,14 +20,14 @@
90,
130
],
"show_minimap": {{ settings.show_minimap | default(
false
) }},
"theme":
{{ theme.name }}
,
"show_minimap": {{ settings.show_minimap | default(
"false"
) }},
"theme":
"{{ theme.name }}"
,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ui_font_roboto_mono": {{ theme.ui_font_roboto_mono }},
"ui_font_size_small": {{ theme.ui_font_size_small }},
"ui_font_source_code_pro": true,
"ui_native_titlebar": {{
ui_native_titlebar | default(true
) }},
"ui_separator": {{ ui_native_titlebar | default(
true
) }},
"ui_native_titlebar": {{
theme.ui_native_titlebar | default("true"
) }},
"ui_separator": {{ ui_native_titlebar | default(
"true"
) }},
"ui_wide_scrollbars": false
}
roles/sublime-text/templates/SublimeLinter.sublime-settings.j2
View file @
c599a2fd
// SublimeLinter Settings - User
{
"lint_mode": "{{ linter.mode }}",
"gutter_theme": "{{ linter.gutter_theme }}",
"paths": {
"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