Skip to content

Instantly share code, notes, and snippets.

@dcneiner
Created June 25, 2013 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcneiner/5862783 to your computer and use it in GitHub Desktop.
Save dcneiner/5862783 to your computer and use it in GitHub Desktop.

Terminal

Application

I use iTerm 2

Font

15pt Menlo Regular for Powerline (Menlo-Powerline.otf from this Gist)

Shell

I use ZSH + Oh My Zsh - I just use the oh-my-zsh installer to configure ZSH for me.

Theme

I used a slightly customized agnoster theme for Oh My ZSH.

I make one small adjustment to the theme, changing this:

prompt_dir() {
  prompt_segment blue black '%~'
}

to this:

prompt_dir() {
  prompt_segment blue black $(basename "$PWD")
}

Since I don’t like or need a super long path at the start of each line.

Preview ![http://f.cl.ly/items/2N0H0y081r1l2b3F3s1I/terminal.png](Screenshot of iTerm 2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment