File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 82
82
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
83
83
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.bashrc
84
84
eval "$(/opt/homebrew/bin/brew shellenv)"
85
+ source ~/.bashrc
85
86
become : yes
86
87
87
88
- name : Install rupa/z, and mcfly
90
91
shell : |
91
92
# Install rupa/z
92
93
curl -fsSL https://raw.githubusercontent.com/rupa/z/master/z.sh -o ~/.z.sh
93
- echo 'source ~/z/ .z.sh' >> ~/.bashrc
94
+ echo 'source ~/.z.sh' >> ~/.bashrc
94
95
95
96
# Install mcfly
96
97
brew tap cantino/mcfly https://github.com/cantino/mcfly
173
174
- apt-transport-https
174
175
- code
175
176
- google-chrome-stable
177
+ ignore_errors : yes
176
178
177
179
- name : Install NVM (Node Version Manager)
178
180
become : yes
214
216
- hexmos.Lama2
215
217
- golang.Go
216
218
- ryanluker.vscode-coverage-gutters
217
-
219
+ ignore_errors : yes
220
+
218
221
- name : Install GVM (Go Version Manager)
219
222
become : yes
220
223
become_user : " {{ current_user.stdout }}"
You can’t perform that action at this time.
0 commit comments