Skip to content

Instantly share code, notes, and snippets.

@thm-design
Last active July 29, 2017 19:43
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 thm-design/7701bab1be2d2fec38c583c7f7340e9f to your computer and use it in GitHub Desktop.
Save thm-design/7701bab1be2d2fec38c583c7f7340e9f to your computer and use it in GitHub Desktop.
1) Atom editor: https://atom.io/
- download and install
- install sync setting package
PAT: 2083defe32ac2d396638329c8a9d59f26b594031
GIST ID: dc58bfdf1cc2fa2e502e21c0958bddb5
2) NVM (Node.js Version Manager)
- $ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
3) Homebrew
- $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
4) Git
- brew install git
5) Source Tree
- download and install
6) SSH Keys
- run ssh-keygen -t rsa
- press enter at each question
- later when needed run cat ~/.ssh/id_rsa.pub to copy the key to the clipboard
7) github account
- create and account and add ssh keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment