@@ -30,12 +30,12 @@ README="https://github.com/vendasta/setup-new-computer-script#post-installation-
30
30
31
31
# IDEs to make availabe. Please also adjust code to brew cask install
32
32
options[0]=" Visual Studio Code" ; devtoolchoices[0]=" +"
33
- options[1]=" Jetbrains Toolbox" ; devtoolchoices[6 ]=" "
34
- options[2]=" Pycharm" ; devtoolchoices[1 ]=" "
35
- options[3]=" Goland" ; devtoolchoices[2 ]=" "
36
- options[4]=" Webstorm" ; devtoolchoices[3 ]=" "
37
- options[5]=" Sublime Text" ; devtoolchoices[4 ]=" "
38
- options[6]=" iTerm2" ; devtoolchoices[5 ]=" "
33
+ options[1]=" Jetbrains Toolbox" ; devtoolchoices[1 ]=" "
34
+ options[2]=" Pycharm" ; devtoolchoices[2 ]=" "
35
+ options[3]=" Goland" ; devtoolchoices[3 ]=" "
36
+ options[4]=" Webstorm" ; devtoolchoices[4 ]=" "
37
+ options[5]=" Sublime Text" ; devtoolchoices[5 ]=" "
38
+ options[6]=" iTerm2" ; devtoolchoices[6 ]=" "
39
39
40
40
41
41
# ===============================================================================
@@ -227,7 +227,7 @@ export NVM_DIR="\$HOME/.nvm"
227
227
source "\$ NVM_DIR/bash_completion" # This loads nvm bash_completion
228
228
229
229
# Node
230
- # Increases the default memory limit for Node, so larger Anglar prjects can be built
230
+ # Increases the default memory limit for Node, so larger Angular projects can be built
231
231
export NODE_OPTIONS=--max_old_space_size=12000
232
232
233
233
# Update Node to selected version and reinstall previous packages
0 commit comments