/gocilla-iterm-zsh

Gocilla theme for iTerm2 and Oh My Zsh

Gocilla theme for iTerm2 and Oh My Zsh!

alt text

Installation

  1. Copy Gocilla.zsh-theme to ~/.oh-my-zsh/custom/themes/ and set ZSH_THEME="Gocilla" in ~/.zshrc file.
  2. Open iTerm2 (CMD + Space, type iTerm2) and load Gocilla theme:
  • Navigate to iTerm2 > Preferences > Profiles
  • Select your profile, click on "Colors" tab and choose Color Presets... > Import... > Gocilla.itermcolors

Additional settings

Works well with patched Source Code Pro font (14px).

You can also install coreutils via Homebrew, and in ~/.zshrc file you can alias ll to:

alias ll='gls --color -lha --group-directories-first'

If Zsh tab completion is duplicating command names, make sure to set this in your ~/.zshrc file:

LC_CTYPE=en_US.UTF-8