git config --global user.name "YOUR_USERNAME"
git config --global user.email "your_email_address@example.com"
ssh-keygen -o -t rsa -b 4096 -C "your_email_address@example.com"
cat ~/.ssh/id_rsa.pub | clip
ssh -T git@gitlab.cs.washington.eduRespond with "yes" to adding GitLab as a known host. You should see a nice welcome message in response.
Install Atom if you have not already from here: https://atom.io/