I use iTerm 2
15pt Menlo Regular for Powerline (Menlo-Powerline.otf from this Gist)
I use ZSH + Oh My Zsh - I just use the oh-my-zsh installer to configure ZSH for me.
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 