Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.63 KB

readme.md

File metadata and controls

54 lines (33 loc) · 1.63 KB

setting up preferred workspace environment

Node.js Setup for Mac

open the terminal and copy any of the following:

curl -o- https://raw.githubusercontent.com/ninbryan/computer-setup/master/mac-install-node.bash | bash

curl -o- https://raw.githubusercontent.com/ninbryan/computer-setup/master/mac-install-nvm.bash | bash

brew install git for version control with Git

curl -o- https://raw.githubusercontent.com/ninbryan/computer-setup/master/mac-install-git.bash | bash

Node.js Setup for Windows

Review the instructions here!

Node.js Setup for [Various flavors of] Linux

Node.js actually has a webpage for downloading with respective package managers

I have not tested this though

random image


Git Tips

For any possible line-ending issues with git

git config --global core.autocrlf false

More details from this GitHub article: dealing with line endings


Current Favorite Editor includes git support and syntax highlighting along with integrated terminal by toggling Control + ~

On Mac Terminal:

brew cask install visual-studio-code

On Windows Command Prompt as Administrator:

choco install -y visualstudiocode