adds: multiple small updates
This commit is contained in:
17
README.md
17
README.md
@@ -1,3 +1,20 @@
|
|||||||
|
Install Xcode
|
||||||
|
|
||||||
|
Accept license:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo xcodebuild -license
|
||||||
|
```
|
||||||
|
|
||||||
|
Install Ansible
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo easy_install pip
|
||||||
|
sudo pip install ansible
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
To run playbook:
|
To run playbook:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
- name: 'add custom homebrew repos'
|
- name: 'add custom homebrew repos'
|
||||||
homebrew_tap:
|
homebrew_tap:
|
||||||
name: [
|
name: [
|
||||||
heroku/brew
|
heroku/brew,
|
||||||
thoughtbot/formulae
|
thoughtbot/formulae
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -149,7 +149,9 @@
|
|||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
- name: "Install asdf plugins"
|
- name: "Install asdf plugins"
|
||||||
shell: asdf plugin-add {{ item }} || exit 0
|
shell: |
|
||||||
|
source /Users/{{ lookup('env', 'USER') }}/.asdf/asdf.sh
|
||||||
|
asdf plugin-add {{ item }} || exit 0
|
||||||
with_items:
|
with_items:
|
||||||
- ruby
|
- ruby
|
||||||
- elixir
|
- elixir
|
||||||
|
|||||||
Reference in New Issue
Block a user