File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -147,15 +147,15 @@ It will install all this tools:
147147 - docker command line completion
148148
149149 ### Languages
150- The main languages I am working with are Java and Go, but here are some of the main languages you always need, on projects.
150+ The main languages I am working with are Java and Go, but here are the main languages you always need, on projects.
151151
152152 - ** Java**
153153 Install the last version of the ` openJDK ` JVM.
154154 It also install ` maven ` and ` gradle ` .
155155 - ** Go / Golang**
156156 Install the last ` go ` version and set ` GOPATH ` into your shell profile file.
157157 - ** NodeJS**
158- Install ` nvm ` and the last version of ` nodejs ` .
158+ Install ` nvm ` and the last version of ` nodejs ` + ` yarn ` for dependencies management .
159159 - ** Python**
160160 Install ` python ` and ` pip ` so you are ready to go.
161161 - ** Terraform**
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ nvm install node
118118 echo ' [ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm'
119119 echo ' [ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion'
120120}>> $MAC_SETUP_PROFILE
121+ brew install yarn # Dependencies management for node
122+
121123
122124# # Java
123125brew cask install java
You can’t perform that action at this time.
0 commit comments