Log in to Google using your Google account.
Configure your name and email address for commits (be sure to use the email address you have registered with Github). Open up your Terminal and type the following commands:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
- First, we need to check for existing SSH keys on your computer. Open up your Terminal and type:
ls -al ~/.ssh
Check the directory listing to see if you have files named eitherid_rsa.pub
orid_dsa.pub
. If you have either of those files you can skip to the step 'add your SSH key to Github'. - Generate a new SSH key
ssh-keygen -t rsa -C "[email protected]"
- You'll be prompted for a file to save the key, and a passphrase. Press enter for both steps (default name, and no passphrase)
- Then add your new key to the ssh-agent:
ssh-add ~/.ssh/id_rsa
- Add your SSH key to GitHub by logging into Github, visiting
account settings
and clickingSSH keys
. ClickAdd SSH key
- Copy your key to the clipboard with the terminal command:
pbcopy < ~/.ssh/id_rsa.pub
- On Github, create a descriptive title for your key, an paste into the
key
field - do not add or remove and characters or whitespace to the key - Click
Add key
and check everything works in the terminal by typing:ssh -T [email protected]
###Install Slack
- Open up the App Store and Search for 'Slack'. Click 'Install'.
- Log in to Slack using your account and leave the app running.
- Right-click (two-finger click) on the icon in the Dock and select 'Options/Keep in Dock'
NOTE: the team name is Codeclanteam, not Codeclan
Your laptop has been set up with an account called user. This account also has a 'Full Name' associated with it. You can change this to your name if you so wish by doing the following:
- From the Apple menu, choose System Preferences.
- Click the Users & Groups icon in the System Preferences window.
- If the lock icon in the corner of the window is locked, click the icon to unlock it, then enter an administrator name and password.
- From the list of users, right-click or Control-click on the user account that you want to rename. Choose "Advanced Options" from the shortcut menu that appears.
- Change the name in the "Full name" field, then click Ok.
Do not create any new user accounts
Do not change the account name from 'user'- this will prevent you from being able to log in again
You may change the password if you want, probably to something a little more secure than 'password'!
DO NOT CLEAN YOUR SCREEN WITH LCD SCREENWIPES/CLEANER - this will damage the screen. To clean your screen ONLY use the little black cloth which comes with your MacBook.