Skip to content

Commit 9da4f0d

Browse files
authored
Fix typo in dev setup script (#17)
1 parent d04dca7 commit 9da4f0d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup-new-computer.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ README="https://github.com/vendasta/setup-new-computer-script#post-installation-
3030

3131
# IDEs to make availabe. Please also adjust code to brew cask install
3232
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]=""
3939

4040

4141
#===============================================================================
@@ -227,7 +227,7 @@ export NVM_DIR="\$HOME/.nvm"
227227
source "\$NVM_DIR/bash_completion" # This loads nvm bash_completion
228228
229229
# 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
231231
export NODE_OPTIONS=--max_old_space_size=12000
232232
233233
# Update Node to selected version and reinstall previous packages

0 commit comments

Comments
 (0)