Skip to content

Instantly share code, notes, and snippets.

@lyluongthien
Last active September 6, 2020 15:48
Show Gist options
  • Save lyluongthien/7955335c205adce79646f529c51225fa to your computer and use it in GitHub Desktop.
Save lyluongthien/7955335c205adce79646f529c51225fa to your computer and use it in GitHub Desktop.
MacOS development setup steps

MacOS development setup steps

  1. Homebrew/terminal/bash
  2. Window Management: Spectacle
  3. OSX Settings - Dock/Finder
  4. Firefox - Extensions - Tabliss, OneTab,
  5. Node.js - nvm
  6. Code Editor - Vs code
  7. Code Editor Extensions
  8. Break, Flux

Shell scripts:

xcode-select --install 
'/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"'
brew update
brew cask install iterm2
brew install bash
brew install git
brew cask install spectacle
brew cask install firefox 
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm install stable

npm install -g lite-server eslint
brew cask install visual-studio-code

N|Solid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment