Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 696 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 696 Bytes

Mac Dev Setup

Getting Started

  • Install iTerm 2
  • Create .zshrc: touch .zshrc
  • Install homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • Install git: brew install git
  • Install nvm: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
  • Load nvm: source ~/.zshrc
  • Install node v12: nvm install 12

Productivity Tools