Last active
July 29, 2017 19:43
-
-
Save thm-design/7701bab1be2d2fec38c583c7f7340e9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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