Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 759 Bytes

File metadata and controls

37 lines (31 loc) · 759 Bytes

.zshrc enhancements

This is the oh-my-zsh configuration I use. It basically sets the theme, plugins and some aliases.

Installation

In order to install you need oh-my-zsh. Then you can install the config doing the following:

cd ~/.oh-my-zsh/custom/
git clone https://github.com/windler/zshrc.git
ln -s zshrc/base_rc.zsh base_rc_lnk.zsh
zsh

Preconditions

The used theme needs special fonts. You may install PowerlineFonts (https://github.com/powerline/fonts). I use 15pt Hack Regular.

Terminal App

I use iTerm2 with Solarized Dark color-theme.

Plugins I use

Append if you want to ~/.zshrc

plugins=(
git
docker
npm
brew
composer
sudo
git-extras
history
zsh-phpunit-docker #(see my repo)
zsh-ws-conv #(see my repo)
)