Skip to the content.

Getting Started

Important: It should go without saying that anytime you are asked to create an account you should ALWAYS:

Passwords

Consider a password manager like enpass or lastpass to manage all of your accounts. (This way you can keep track of your Admin password for MySQL, which I guarantee you will otherwise forget.)

Terminal

Option 1

Option 2

git

Using Terminal, issue the following command:

git --version

This should return the a line similar to:

git version 2.21.1 (Apple Git-122.3)

You may need run the following in order to install git along with other various command line tools.

xcode-select --install

Change default shell to bash

Using Terminal, issue the following command:

chsh -s /bin/bash

Brew

Anaconda

PyCharm

DataGrip

Postgres App

MySQL

Discord

Slack

gmail

github

ggrep

Using terminal, type:

grep --version 

You should recieve a response similar to:

grep (BSD grep) 2.5.1-FreeBSD

We want to be able to use PCRE for this week’s labs so we will be using GNU grep istead of the already installed BSD grep.

brew install grep

Validate install was successful:

ggrep --version

Should yield a result similar to:

ggrep (GNU grep) 3.4
...

Postman

AWS CLI

Docker