Configurar Mac para ambiente de desarrollo nodeJS, ReactJS

Sebastian Velez Zuluaga
1 min readMay 31, 2019

Une vez el mac este listo para recibir toda las configuraciones hacer lo siguiente:

  1. Abrir la terminal.
  2. 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.

https://github.com/mbadolato/iTerm2-Color-Schemes

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.

https://code.visualstudio.com/docs/introvideos/configure

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response