Skip to content

Instantly share code, notes, and snippets.

@StefKors
Created January 21, 2020 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StefKors/f057448915522a3a147064d4f86f6c48 to your computer and use it in GitHub Desktop.
Save StefKors/f057448915522a3a147064d4f86f6c48 to your computer and use it in GitHub Desktop.

install the following

xcode-select --install

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install git

git config --global user.name "Your Name Here"

git config --global user.email "your_email@youremail.com"

git config --global credential.helper osxkeychain

brew install node

google this commandline tools for <program> or open <program> from terminal to open programs from the terminal to open the current folder from the terminal run: open . to navigate to folder use cd path/to/folder

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