https://www.google.com/chrome/browser/desktop/index.html
- Search for
Slack
in the apple app store - If you are using Slack in Chrome, install this extension to help with desktop notifications
Choose 1:
Visit https://brew.sh/ and copy/paste the command in your terminal.
(To open the terminal, press CMD+SPACE and search for iterm2)
Run this command in terminal:
brew install git
Before running the following commands, replace YOUR FULL NAME and YOUR EMAIL ADDRESS with the name and email from your GitHub account.
git config --global user.name 'YOUR FULL NAME'
git config --global user.email 'YOUR EMAIL ADDRESS'
Add SSH key to your github account:
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
Run this command in terminal:
brew install node
Make sure you can login to https://learn.galvanize.com
(Login with Github)
brew install zsh zsh-completions
- Set zsh as your default terminal:
chsh -s $(which zsh)
- Install Oh My Zsh
System Preferences -> Keyboard -> Modifier Keys -> Change 'Caps Lock' to '^ Control'