macos-setup
  • MacOS Setup Guidance
  • Homebrew
    • Using Homebrew
    • cask
  • Terminal
    • iterm2
    • Terminal Hot keys
    • Zsh
    • Fish
    • tree
  • Git
    • Git Ignore (global)
  • Vagrant
  • Sublime TXT
    • Subl plugins
  • VIM
    • Hot keys
  • Python
    • pip
    • IPython
    • Virtualenv
  • Xcode
  • Evernote
Powered by GitBook
On this page
  • Installation
  • Customization

Was this helpful?

  1. Terminal

iterm2

PreviousTerminalNextTerminal Hot keys

Last updated 5 years ago

Was this helpful?

is an open source replacement for Apple's Terminal. It's highly customizable and comes with a lot of useful features.

Installation

Use to download and install:

brew cask install iterm2

Customization

Colors and Font Settings

Here are some suggested settings you can change or set, they are all optional.

  • Set hot-key to open and close the terminal to command + option + i

  • Go to profiles -> Default -> Terminal -> Check silence bell to disable the terminal session from making any sound

  • Download 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 using brew tap caskroom/fonts && brew cask install font-source-code-pro

  • If you're using BASH instead of ZSH you can add export CLICOLOR=1 line to your ~/.bash_profilefile for nice coloring of listings

iTerm2
Homebrew
one of iTerm2 color schemes
Homebrew