setting up preferred workspace environment
open the terminal and copy any of the following:
curl -o- https://raw.githubusercontent.com/ninbryan/computer-setup/master/mac-install-node.bash | bash
brew install nvm if you want to try Node Version Manager
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
Review the instructions here!
Node.js actually has a webpage for downloading with respective package managers
I have not tested this though
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