Skip to content

thanoskrg/mac-dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Common steps for setting up a Mac device for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published