- Copy
Gocilla.zsh-themeto~/.oh-my-zsh/custom/themes/and setZSH_THEME="Gocilla"in~/.zshrcfile. - Open iTerm2 (CMD + Space, type iTerm2) and load
Gocillatheme:
- Navigate to
iTerm2 > Preferences > Profiles - Select your profile, click on "Colors" tab and choose
Color Presets... > Import... > Gocilla.itermcolors
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
