Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (39 loc) · 1.33 KB

Environment setup

Tools

  1. xcode
  2. homebrew
  3. nvm

Code editor

vscode + following plugins:

  1. CoenraadS.bracket-pair-colorizer-2
  2. auchenberg.vscode-browser-preview
  3. streetsidesoftware.code-spell-checker
  4. dai-shi.vscode-es-beautifier
  5. dbaeumer.vscode-eslint
  6. codezombiech.gitignore
  7. eamodio.gitlens
  8. ecmel.vscode-html-css
  9. jcmordan.mark-as-excluded
  10. yzhang.markdown-all-in-one
  11. silvenon.mdx
  12. esbenp.prettier-vscode
  13. syler.sass-indented
  14. visualstudioexptteam.vscodeintellicode

Terminal

  1. iterm2 + ohmyzsh + plugins; follow this guide: https://gist.github.com/kevin-smets/8568070
  2. slide down terminal window https://apple.stackexchange.com/questions/48796/iterm-as-a-slide-out-terminal-from-the-top-of-the-screen

Productivity Apps

  1. Contexts (https://contexts.co) - for fast switching between windows
  2. Spectacle (https://www.spectacleapp.com) - convenient way to resize windows

npm packages installed globally

  1. ttf2woff - font converter
  2. simple-autoreload-server
  3. serve - server I'm using on Create React App projects
  4. p5-manager - useful tool if you're writing scripts with p5js
  5. eslint
  6. prettier
  7. firebase-tools - to setup firebase
  8. git-open - open github/bitbucket/gitlab repo page from CLI

apps intalled with homebrew

  1. git-extras - additional git commands
  2. imagemagick