Since we're going to be spending a lot of time in the command-line, let's install a better terminal than the default one. Download and install iTerm2.
In Finder, drag and drop the iTerm Application file into the Applications folder.
You can now launch iTerm, through the Launchpad for instance.
Let's just quickly change some preferences.
- Set hotkey to open and close the terminal to
command + option + i
- Go to profiles -> Default -> Terminal -> Check silence bell
- Download one of iTerm2 color schemes from here. And then set these to your default profile colors.
- Change the cursor text and cursor color to yellow make it more visible
- Change the font to 14pt Source Code Pro Lite. Source Code Pro can be downloaded from here.
- If you're using BASH instead of ZSH you could add
export CLICOLOR=1
line to your~/.bash_profile
file for nice coloring of listings.