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
a3104c18
Commit
a3104c18
authored
Feb 17, 2021
by
Patricio Bruna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
parent
f547b232
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
27 deletions
+3
-27
localhost.yml
localhost.yml
+2
-23
main.yml
roles/terminal/tasks/main.yml
+1
-4
No files found.
localhost.yml
View file @
a3104c18
...
...
@@ -39,27 +39,7 @@
-
yarn
-
zsh-syntax-highlighting
hombrew_packages
:
-
ansible-lint
-
bfg
-
cask
-
docker-machine-parallels
-
docker
-
jq
-
node
-
npm
-
nvm
-
rbenv
-
ruby-build
-
rust
-
sshfs
-
unrar
-
vapor
-
watchman
-
wget
-
yarn
-
zsh-syntax-highlighting
hombrew_packages
:
[
'
ansible-lint'
,
'
bfg'
,
'
cask'
,
'
docker-machine-parallels'
,
'
docker'
,
'
rust'
,
'
sshfs'
,
'
vapor'
,
'
watchman'
]
homebrew_cask_packages
:
-
atom
-
caffeine
...
...
@@ -103,8 +83,7 @@
with_items
:
"
{{homebrew_cask_packages}}"
-
name
:
Instala paquetes de homebrew
homebrew
:
name="{{ item }}" state=present
with_items
:
"
{{
hombrew_packages
}}"
homebrew
:
name="{{ hombrew_packages }}" state=present
roles
:
-
role
:
terminal
roles/terminal/tasks/main.yml
View file @
a3104c18
-
name
:
Instala paquetes de homebrew para Terminal
homebrew
:
name="{{ item }}" state=present
with_items
:
-
node
-
npm
-
rbenv
with_items
:
[
'
jq'
,
'
node'
,
'
npm'
,
'
nvm'
,
'
rbenv'
,
'
ruby-build'
,
'
unrar'
,
'
wget'
,
'
yarn'
]
-
name
:
install oh-my-zsh
tags
:
terminal
...
...
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