# Mac

# java

# openjdk

$ brew tap AdoptOpenJDK/openjdk
$ brew cask install adoptopenjdk8

# intellij

# plugins

  • .ignore
  • Lombok

# node

# nvm 설치

$ sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
# 터미널 재시작
$ nvm --version

# nvm 으로 node 설치

$ nvm install --lts
$ node -v

# yarn 설치

$ brew install yarn
$ yarn --version

# vscode

# extension

  • Korean Language Pack for Visual Studio Code
  • ESLint
  • Prettier
  • Reactjs Code Snippet
  • vscode-styled-components

# zsh

# oh-my-zsh plugins

  • zsh-autosuggestions
  • fast-syntax-highlighting