Professor Rossetti's Mac Terminal Configuration
These are some of the professor's personal terminal configurations, for your reference. Feel free but not obligated to use them.
Theme
Download the Solarized color themes, and unzip.
In Terminal Settings, import a new Profile, and choose the solaraized/osx-terminal.app-colors-solarized/Solarized Dark ansi.terminal theme.
Set the Solarized Dark profile theme as default.
Increase font size to 18.
Shortcuts
Optionally further configure the profile by setting specific variables in a special configuration file. This file is called "~/.bash_profile" for bash shell users (older Macs, Windows Git Bash), or "~/.zshrc" for zsh shell users (newer Macs). Files beginning with a "." are generally hidden files, so to access them we'll use the text editor's shell commands:
After opening the file in your text editor, you can place any of the following contents inside:
After editing the config file, save the file. You may need to close your terminal window and re-open a new one for the changes to take effect.
Last updated