
Configurar Mac para ambiente de desarrollo nodeJS, ReactJS
Une vez el mac este listo para recibir toda las configuraciones hacer lo siguiente:
- Abrir la terminal.
- Instalar HomeBrew.
/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
3. Intalar Node.
brew install node
Todo se puede seguir desde este video: https://www.youtube.com/watch?v=1MbtwcdCfjw
Por Recomendación de Cristian Moreno tunear la terminal.
4. Instalar iterm. https://www.iterm2.com
5. Instalar Zhc.
chsh -s $(which zsh)
6. Instalar Oh my zsh.
sh -c “$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
7. Instalar Fonts.
$ git clone https://github.com/powerline/fonts.git$ cd fonts$ ./install.sh
8. Instalar Temas.
9. Instalar Plugin (autocompletar y sugerir).
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
Todo se puede seguir desde este link : https://www.robinwieruch.de/react-js-macos-setup/
10. Intalar el NVM, node version manager. https://github.com/nvm-sh/nvm#install--update-script
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
11. Instalar el VisualCode. https://code.visualstudio.com/docs/setup/mac
12. Poner iconos entre otras cosas.