/fresh-start

Guide to setting up a new machine.

Setting up a new Mac for development

1. Install Homebrew

2. Install Node

3. Set prefix for global installs

Note, for the first three steps, the following Medium article was referenced:
Don’t Use sudo with npm …still.

4. Install iTerm2

5. Install Zsh

Only for Mac operating systems pre-Catalina. (Catalina launched in October 2019.)

6. Customize Zsh with Oh-My-ZSH (OMZ)

https://learn.fullstackacademy.com/workshop/570bdee44a306c0300b78b52/content/570be27b4a306c0300b7903f/text

7. Git

https://learn.fullstackacademy.com/workshop/570bdee44a306c0300b78b52/content/570ca2d84a306c0300b82efe/text

8. Managing versions of Node

https://learn.fullstackacademy.com/workshop/570bdee44a306c0300b78b52/content/570be1061216400300bf10fd/text

9. Linter

https://learn.fullstackacademy.com/workshop/570bdee44a306c0300b78b52/content/576b542d32870503006bba31/text

10. VS Code

11. Chrome Extensions